Class LogbookExchangeFilterFunction
java.lang.Object
org.zalando.logbook.spring.webflux.LogbookExchangeFilterFunction
- All Implemented Interfaces:
org.springframework.web.reactive.function.client.ExchangeFilterFunction
@API(status=EXPERIMENTAL)
public class LogbookExchangeFilterFunction
extends Object
implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
andThen, apply
-
Constructor Details
-
LogbookExchangeFilterFunction
public LogbookExchangeFilterFunction()
-
-
Method Details
-
filter
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next) - Specified by:
filterin interfaceorg.springframework.web.reactive.function.client.ExchangeFilterFunction
-