Class AbstractWebClientErrorDecoder<E extends Throwable>

    • Constructor Detail

      • AbstractWebClientErrorDecoder

        public AbstractWebClientErrorDecoder()
    • Method Detail

      • apply

        public reactor.core.publisher.Mono<E> apply​(org.springframework.web.reactive.function.client.ClientResponse clientResponse)
        Specified by:
        apply in interface Function<org.springframework.web.reactive.function.client.ClientResponse,​reactor.core.publisher.Mono<? extends Throwable>>