Class ReactiveErrorHandlerAutoConfiguration
- java.lang.Object
-
- org.bremersee.apiclient.webflux.spring.boot.autoconfigure.ReactiveErrorHandlerAutoConfiguration
-
@ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnClass({ReactiveErrorHandler.class,org.bremersee.exception.webclient.DefaultWebClientErrorDecoder.class}) @Configuration public class ReactiveErrorHandlerAutoConfiguration extends Object
The reactive error handler autoconfiguration.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description ReactiveErrorHandlerAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Init.ReactiveErrorHandler
reactiveErrorHandler()
Reactive error handler reactive error handler.
-
-
-
Method Detail
-
init
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void init()
Init.
-
reactiveErrorHandler
@ConditionalOnMissingBean @Bean public ReactiveErrorHandler reactiveErrorHandler()
Reactive error handler reactive error handler.- Returns:
- the reactive error handler
-
-