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