Class WebFluxConfigurationSupport

java.lang.Object
org.springframework.web.reactive.config.WebFluxConfigurationSupport
All Implemented Interfaces:
Aware, ApplicationContextAware
Direct Known Subclasses:
DelegatingWebFluxConfiguration

public class WebFluxConfigurationSupport extends Object implements ApplicationContextAware
The main class for Spring WebFlux configuration.

Import directly or extend and override protected methods to customize.

Since:
5.0
Author:
Rossen Stoyanchev, Brian Clozel