@EnableWebFlux @ManagementContextConfiguration(value=CHILD) @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.Constructor and Description |
---|
ReactiveManagementChildContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
HttpHandler |
httpHandler(ApplicationContext applicationContext) |
org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizer |
reactiveManagementWebServerFactoryCustomizer(ListableBeanFactory beanFactory) |
public ReactiveManagementChildContextConfiguration()
@Bean public org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementChildContextConfiguration.ReactiveManagementWebServerFactoryCustomizer reactiveManagementWebServerFactoryCustomizer(ListableBeanFactory beanFactory)
@Bean public HttpHandler httpHandler(ApplicationContext applicationContext)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.