Interface InstanceExchangeFilterFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a function that filters anexchange function
issued on a registered instance.
- Author:
- Johannes Edmeier
-
Method Summary
-
Method Details
-
filter
reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(Instance instance, org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next)
-