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