public interface WebFluxRegistrations
WebFluxAutoConfiguration
in place
of the default ones provided by Spring WebFlux.
All custom instances are later processed by Boot and Spring WebFlux configurations. A single instance of this component should be registered, otherwise making it impossible to choose from redundant WebFlux components.
WebFluxAutoConfiguration.EnableWebFluxConfiguration
Modifier and Type | Method and Description |
---|---|
default RequestMappingHandlerAdapter |
getRequestMappingHandlerAdapter()
Return the custom
RequestMappingHandlerAdapter that should be used and
processed by the WebFlux configuration. |
default RequestMappingHandlerMapping |
getRequestMappingHandlerMapping()
Return the custom
RequestMappingHandlerMapping that should be used and
processed by the WebFlux configuration. |
default RequestMappingHandlerMapping getRequestMappingHandlerMapping()
RequestMappingHandlerMapping
that should be used and
processed by the WebFlux configuration.RequestMappingHandlerMapping
instancedefault RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
RequestMappingHandlerAdapter
that should be used and
processed by the WebFlux configuration.RequestMappingHandlerAdapter
instance