Uses of Interface
org.bremersee.apiclient.webflux.ReactiveErrorHandler
-
Packages that use ReactiveErrorHandler Package Description org.bremersee.apiclient.webflux -
-
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.
-