类 ReactiveWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
public class ReactiveWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>, Ordered
WebServerFactoryCustomizer
to apply ServerProperties
to reactive
servers.- 从以下版本开始:
- 2.0.0
- 作者:
- Brian Clozel, Yunkun Huang, Scott Frederick
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
构造器概要
构造器构造器说明ReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties) Create a newReactiveWebServerFactoryCustomizer
instance.ReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizer
instance. -
方法概要
-
构造器详细资料
-
ReactiveWebServerFactoryCustomizer
Create a newReactiveWebServerFactoryCustomizer
instance.- 参数:
serverProperties
- the server properties
-
ReactiveWebServerFactoryCustomizer
Create a newReactiveWebServerFactoryCustomizer
instance.- 参数:
serverProperties
- the server propertiessslBundles
- the SSL bundles- 从以下版本开始:
- 3.1.0
-
-
方法详细资料
-
getOrder
public int getOrder() -
customize
从接口复制的说明:WebServerFactoryCustomizer
Customize the specifiedWebServerFactory
.- 指定者:
customize
在接口中WebServerFactoryCustomizer<ConfigurableReactiveWebServerFactory>
- 参数:
factory
- the web server factory to customize
-