Class 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.- Since:
- 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.server.reactive.HttpHandlerhttpHandler(org.springframework.context.ApplicationContext applicationContext, ManagementServerProperties properties) org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizerreactiveManagementWebServerFactoryCustomizer(org.springframework.beans.factory.ListableBeanFactory beanFactory)
-
Constructor Details
-
ReactiveManagementChildContextConfiguration
public ReactiveManagementChildContextConfiguration()
-
-
Method Details
-
reactiveManagementWebServerFactoryCustomizer
@Bean public org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizer reactiveManagementWebServerFactoryCustomizer(org.springframework.beans.factory.ListableBeanFactory beanFactory) -
httpHandler
@Bean public org.springframework.http.server.reactive.HttpHandler httpHandler(org.springframework.context.ApplicationContext applicationContext, ManagementServerProperties properties)
-