Uses of Interface
org.bremersee.apiclient.webflux.ReactiveErrorHandler
-
Packages that use ReactiveErrorHandler Package Description org.bremersee.apiclient.webflux org.bremersee.apiclient.webflux.spring.boot.autoconfigure -
-
Uses of ReactiveErrorHandler in org.bremersee.apiclient.webflux
Methods in org.bremersee.apiclient.webflux with parameters of type ReactiveErrorHandler Modifier and Type Method Description ReactiveApiClient.Builder
ReactiveApiClient.Builder. errorHandler(ReactiveErrorHandler errorFunctionBundle)
Error handler builder.Constructors in org.bremersee.apiclient.webflux with parameters of type ReactiveErrorHandler Constructor Description ReactiveApiClient(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder, ReactiveContract contract, ReactiveErrorHandler errorHandler)
Instantiates a new reactive api client. -
Uses of ReactiveErrorHandler in org.bremersee.apiclient.webflux.spring.boot.autoconfigure
Methods in org.bremersee.apiclient.webflux.spring.boot.autoconfigure that return ReactiveErrorHandler Modifier and Type Method Description ReactiveErrorHandler
ReactiveErrorHandlerAutoConfiguration. reactiveErrorHandler()
Reactive error handler reactive error handler.
-