public class LoadBalancerExchangeFilterFunction extends Object implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
| Constructor and Description |
|---|
LoadBalancerExchangeFilterFunction(LoadBalancerClient loadBalancerClient) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public LoadBalancerExchangeFilterFunction(LoadBalancerClient loadBalancerClient)
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)
filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunctionCopyright © 2019 Pivotal Software, Inc.. All rights reserved.