Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.reactive |
Auto-configuration for reactive web servers and Spring WebFlux.
|
Constructor and Description |
---|
WebFluxConfig(ResourceProperties resourceProperties,
WebFluxProperties webFluxProperties,
org.springframework.beans.factory.ListableBeanFactory beanFactory,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver>> resolvers,
org.springframework.beans.factory.ObjectProvider<List<CodecCustomizer>> codecCustomizers,
org.springframework.beans.factory.ObjectProvider<org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.ResourceHandlerRegistrationCustomizer> resourceHandlerRegistrationCustomizer,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.web.reactive.result.view.ViewResolver>> viewResolvers) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.