Class DelegatingwebFluxConfiguration

java.lang.Object
org.springframework.web.reactive.config.webFluxConfigurationSupport
org.springframework.web.reactive.config.DelegatingwebFluxConfiguration
All Implemented Interfaces:
Aware, ApplicationContextAware

@Configuration(proxyBeanMethods=false) public class DelegatingwebFluxConfiguration extends webFluxConfigurationSupport
A subclass of webFluxConfigurationSupport that detects and delegates to all beans of type webFluxConfigurer allowing them to customize the configuration provided by webFluxConfigurationSupport. This is the class actually imported by @EnablewebFlux.
Since:
5.0
Author:
Brian Clozel