Uses of Class
org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
Package
Description
Auto-configuration for reactive web servers and Spring WebFlux.
-
Uses of WebFluxProperties in org.springframework.boot.autoconfigure.web.reactive
Modifier and TypeMethodDescriptionWebFluxAutoConfiguration.WelcomePageConfiguration.welcomePageRouterFunctionMapping
(ApplicationContext applicationContext, WebFluxProperties webFluxProperties, WebProperties webProperties) Modifier and TypeMethodDescriptionHttpHandlerAutoConfiguration.AnnotationConfig.httpHandler
(ObjectProvider<WebFluxProperties> propsProvider) ModifierConstructorDescriptionEnableWebFluxConfiguration
(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) WebFluxConfig
(WebProperties webProperties, WebFluxProperties webFluxProperties, ListableBeanFactory beanFactory, ObjectProvider<HandlerMethodArgumentResolver> resolvers, ObjectProvider<CodecCustomizer> codecCustomizers, ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer, ObjectProvider<ViewResolver> viewResolvers) WebSessionIdResolverAutoConfiguration
(ServerProperties serverProperties, WebFluxProperties webFluxProperties)