类 ReactiveManagementChildContextConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration
@EnableWebFlux
@ManagementContextConfiguration(value=CHILD,
proxyBeanMethods=false)
@ConditionalOnWebApplication(type=REACTIVE)
public class ReactiveManagementChildContextConfiguration
extends Object
@ManagementContextConfiguration
for reactive web
infrastructure when a separate management context with a web server running on a
different port is required.- 从以下版本开始:
- 2.0.0
- 作者:
- Andy Wilkinson, Phillip Webb
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明httpHandler
(ApplicationContext applicationContext, ManagementServerProperties properties) org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizer
-
构造器详细资料
-
ReactiveManagementChildContextConfiguration
public ReactiveManagementChildContextConfiguration()
-
-
方法详细资料
-
reactiveManagementWebServerFactoryCustomizer
@Bean public org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizer reactiveManagementWebServerFactoryCustomizer(ListableBeanFactory beanFactory) -
httpHandler
@Bean public HttpHandler httpHandler(ApplicationContext applicationContext, ManagementServerProperties properties)
-