@Configuration(proxyBeanMethods=false) @ConditionalOnWebApplication @ConditionalOnClass(value=org.springframework.web.method.support.HandlerMethodReturnValueHandler.class) @EnableConfigurationProperties(value=ProxyProperties.class) public class ProxyResponseAutoConfiguration extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
ProxyExchange argument handler in Spring Webflux
@RequestMapping methods.| Constructor and Description |
|---|
ProxyResponseAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureArgumentResolvers(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer) |
ProxyExchangeArgumentResolver |
proxyExchangeArgumentResolver(Optional<org.springframework.web.reactive.function.client.WebClient.Builder> optional,
ProxyProperties proxy) |
@Bean @ConditionalOnMissingBean public ProxyExchangeArgumentResolver proxyExchangeArgumentResolver(Optional<org.springframework.web.reactive.function.client.WebClient.Builder> optional, ProxyProperties proxy)
public void configureArgumentResolvers(org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer configurer)
configureArgumentResolvers in interface org.springframework.web.reactive.config.WebFluxConfigurerCopyright © 2020 Pivotal Software, Inc.. All rights reserved.