@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value={com.netflix.hystrix.Hystrix.class,org.springframework.boot.actuate.health.HealthIndicator.class,org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class}) @AutoConfigureAfter(value=org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class) public class HystrixAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
HystrixAutoConfiguration.HystrixMetricsConfiguration |
protected static class |
HystrixAutoConfiguration.HystrixServletAutoConfiguration
See original
JolokiaEndpointAutoConfiguration . |
protected static class |
HystrixAutoConfiguration.HystrixWebfluxManagementContextConfiguration |
Constructor and Description |
---|
HystrixAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
HystrixHealthIndicator |
hystrixHealthIndicator() |
@Bean @ConditionalOnEnabledHealthIndicator(value="hystrix") public HystrixHealthIndicator hystrixHealthIndicator()
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.