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.Ordered
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment
in interface org.springframework.context.EnvironmentAware
public void customize(ConfigurableReactiveWebServerFactory factory)
WebServerFactoryCustomizer
WebServerFactory
.customize
in interface WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>
factory
- the web server factory to customizeCopyright © 2018 Pivotal Software, Inc.. All rights reserved.