Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
Class and Description |
---|
ReactiveWebServerFactoryCustomizer
WebServerFactoryCustomizer to apply ServerProperties to reactive
servers. |
ResourceHandlerRegistrationCustomizer
Callback interface that can be used to customize
ResourceHandlerRegistration . |
TomcatReactiveWebServerFactoryCustomizer
WebServerFactoryCustomizer to apply ServerProperties to Tomcat reactive
web servers. |
WebFluxProperties
properties for Spring WebFlux. |
WebFluxProperties.Format |
WebFluxRegistrations
Interface to register key components of the
WebFluxAutoConfiguration in place
of the default ones provided by Spring WebFlux. |