@Configuration @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 |
---|---|
DefaultReactiveWebServerCustomizer |
defaultReactiveWebServerCustomizer(ServerProperties serverProperties) |
@ConditionalOnMissingBean @Bean public DefaultReactiveWebServerCustomizer defaultReactiveWebServerCustomizer(ServerProperties serverProperties)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.