@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=reactor.core.publisher.Flux.class)
@ConditionalOnWebApplication(type=REACTIVE)
public class ReactiveManagementContextAutoConfiguration
extends java.lang.Object
Auto-configuration for Reactive-specific management
context concerns.| Constructor and Description |
|---|
ReactiveManagementContextAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.autoconfigure.web.reactive.ReactiveManagementContextFactory |
reactiveWebChildContextFactory() |