@Configuration @ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnBean(value=com.netflix.hystrix.contrib.javanica.aop.aspectj.HystrixCommandAspect.class) @ConditionalOnClass(value=org.springframework.web.reactive.DispatcherHandler.class) @EnableConfigurationProperties(value=HystrixProperties.class) protected static class HystrixAutoConfiguration.HystrixWebfluxManagementContextConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
HystrixWebfluxManagementContextConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.client.actuator.HasFeatures |
hystrixStreamFeature() |
HystrixWebfluxEndpoint |
hystrixWebfluxController() |
protected HystrixWebfluxManagementContextConfiguration()
@Bean @ConditionalOnEnabledEndpoint public HystrixWebfluxEndpoint hystrixWebfluxController()
@Bean public org.springframework.cloud.client.actuator.HasFeatures hystrixStreamFeature()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.