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