@AutoConfigureOrder(value=-2147483648) @Configuration @ConditionalOnClass(value=org.springframework.http.ReactiveHttpInputMessage.class) @ConditionalOnWebApplication(type=REACTIVE) @EnableConfigurationProperties(value=ServerProperties.class) @Import(value={ReactiveWebServerAutoConfiguration.BeanPostProcessorsRegistrar.class,org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerConfiguration.TomcatAutoConfiguration.class,org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerConfiguration.JettyAutoConfiguration.class,org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerConfiguration.UndertowAutoConfiguration.class,org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerConfiguration.ReactorNettyAutoConfiguration.class}) public class ReactiveWebServerAutoConfiguration extends Object
Auto-configuration
for a reactive web server.Modifier and Type | Class and Description |
---|---|
static class |
ReactiveWebServerAutoConfiguration.BeanPostProcessorsRegistrar
Registers a
WebServerFactoryCustomizerBeanPostProcessor . |
Constructor and Description |
---|
ReactiveWebServerAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
DefaultReactiveWebServerFactoryCustomizer |
defaultReactiveWebServerCustomizer(ServerProperties serverProperties) |
@ConditionalOnMissingBean @Bean public DefaultReactiveWebServerFactoryCustomizer defaultReactiveWebServerCustomizer(ServerProperties serverProperties)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.