public class DefaultReactiveWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered
WebServerFactoryCustomizer for reactive servers.| Constructor and Description | 
|---|
DefaultReactiveWebServerFactoryCustomizer(ServerProperties serverProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
customize(ConfigurableReactiveWebServerFactory factory)
Customize the specified  
WebServerFactory. | 
int | 
getOrder()  | 
void | 
setEnvironment(org.springframework.core.env.Environment environment)  | 
public DefaultReactiveWebServerFactoryCustomizer(ServerProperties serverProperties)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwarepublic void customize(ConfigurableReactiveWebServerFactory factory)
WebServerFactoryCustomizerWebServerFactory.customize in interface WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>factory - the web server factory to customizeCopyright © 2018 Pivotal Software, Inc.. All rights reserved.