@Configuration
@ConditionalOnClass(value={com.netflix.hystrix.Hystrix.class,org.springframework.boot.actuate.health.HealthIndicator.class})
public class HystrixAutoConfiguration
extends Object
| Constructor and Description |
|---|
HystrixAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
HystrixHealthIndicator |
hystrixHealthIndicator() |
@Bean @ConditionalOnEnabledHealthIndicator(value="hystrix") public HystrixHealthIndicator hystrixHealthIndicator()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.