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