public class ReactiveWebServerFactoryCustomizer
extends java.lang.Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.reactive.server.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(org.springframework.boot.web.reactive.server.ConfigurableReactiveWebServerFactory factory) |
int |
getOrder() |
public ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void customize(org.springframework.boot.web.reactive.server.ConfigurableReactiveWebServerFactory factory)
customize in interface org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.reactive.server.ConfigurableReactiveWebServerFactory>