@EnableWebFlux @ManagementContextConfiguration(value=CHILD, proxyBeanMethods=false) @ConditionalOnWebApplication(type=REACTIVE) public class ReactiveManagementChildContextConfiguration extends java.lang.Object
@ManagementContextConfiguration for reactive web
infrastructure when a separate management context with a web server running on a
different port is required.| Constructor and Description |
|---|
ReactiveManagementChildContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.server.reactive.HttpHandler |
httpHandler(org.springframework.context.ApplicationContext applicationContext) |
org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizer |
reactiveManagementWebServerFactoryCustomizer(org.springframework.beans.factory.ListableBeanFactory beanFactory) |
public ReactiveManagementChildContextConfiguration()
@Bean public org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizer reactiveManagementWebServerFactoryCustomizer(org.springframework.beans.factory.ListableBeanFactory beanFactory)
@Bean public org.springframework.http.server.reactive.HttpHandler httpHandler(org.springframework.context.ApplicationContext applicationContext)