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.Orderedpublic void customize(ConfigurableReactiveWebServerFactory factory)
WebServerFactoryCustomizerWebServerFactory.customize in interface WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>factory - the web server factory to customizeCopyright © 2019 Pivotal Software, Inc.. All rights reserved.