@Configuration
@ConditionalOnClass(value={com.netflix.hystrix.Hystrix.class,org.springframework.boot.actuate.health.HealthIndicator.class,org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorAutoConfiguration.class})
@AutoConfigureAfter(value=org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorAutoConfiguration.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 © 2019 Pivotal Software, Inc.. All rights reserved.