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