Package | Description |
---|---|
org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
WebFluxConfigurerComposite
A
WebFluxConfigurer that delegates to one or more others. |
Modifier and Type | Method and Description |
---|---|
void |
WebFluxConfigurerComposite.addWebFluxConfigurers(java.util.List<WebFluxConfigurer> configurers) |
void |
DelegatingWebFluxConfiguration.setConfigurers(java.util.List<WebFluxConfigurer> configurers) |