Uses of Class
org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties
Packages that use WebFluxProperties
Package
Description
Auto-configuration for reactive web servers and Spring WebFlux.
-
Uses of WebFluxProperties in org.springframework.boot.autoconfigure.web.reactive
Methods in org.springframework.boot.autoconfigure.web.reactive with parameters of type WebFluxPropertiesModifier and TypeMethodDescriptionWebFluxAutoConfiguration.WelcomePageConfiguration.welcomePageRouterFunctionMapping
(ApplicationContext applicationContext, WebFluxProperties webFluxProperties, WebProperties webProperties) Method parameters in org.springframework.boot.autoconfigure.web.reactive with type arguments of type WebFluxPropertiesModifier and TypeMethodDescriptionHttpHandlerAutoConfiguration.AnnotationConfig.httpHandler
(ObjectProvider<WebFluxProperties> propsProvider, ObjectProvider<WebHttpHandlerBuilderCustomizer> handlerBuilderCustomizers) Constructors in org.springframework.boot.autoconfigure.web.reactive with parameters of type WebFluxPropertiesModifierConstructorDescriptionEnableWebFluxConfiguration
(WebFluxProperties webFluxProperties, WebProperties webProperties, ServerProperties serverProperties, ObjectProvider<WebFluxRegistrations> webFluxRegistrations) WebFluxConfig
(Environment environment, WebProperties webProperties, WebFluxProperties webFluxProperties, ListableBeanFactory beanFactory, ObjectProvider<HandlerMethodArgumentResolver> resolvers, ObjectProvider<CodecCustomizer> codecCustomizers, ObjectProvider<ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer, ObjectProvider<ViewResolver> viewResolvers) WebSessionIdResolverAutoConfiguration
(ServerProperties serverProperties, WebFluxProperties webFluxProperties)