public class ReactiveWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>, Ordered
WebServerFactoryCustomizer to apply ServerProperties to reactive
servers.HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| 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 void customize(ConfigurableReactiveWebServerFactory factory)
WebServerFactoryCustomizerWebServerFactory.customize in interface WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>factory - the web server factory to customize