Class AbstractWebClientErrorDecoder<E extends Throwable>
- java.lang.Object
-
- org.bremersee.web.reactive.function.client.AbstractWebClientErrorDecoder<E>
-
- All Implemented Interfaces:
Function<org.springframework.web.reactive.function.client.ClientResponse,reactor.core.publisher.Mono<? extends Throwable>>
,WebClientErrorDecoder<E>
- Direct Known Subclasses:
DefaultWebClientErrorDecoder
,MessageAwareWebClientErrorDecoder
,WebClientAccessTokenRetriever
public abstract class AbstractWebClientErrorDecoder<E extends Throwable> extends Object implements WebClientErrorDecoder<E>
An abstract implementation of the error decoder for theWebClient
.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description AbstractWebClientErrorDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<E>
apply(org.springframework.web.reactive.function.client.ClientResponse clientResponse)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bremersee.web.reactive.function.client.WebClientErrorDecoder
buildException
-
-