- java.lang.Object
-
- org.springframework.cloud.netflix.hystrix.HystrixCircuitBreakerConfiguration.HystrixMetricsPollerConfiguration
-
- All Implemented Interfaces:
- org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
- Enclosing class:
- HystrixCircuitBreakerConfiguration
@Configuration
@ConditionalOnProperty(value="hystrix.metrics.enabled",
matchIfMissing=true)
@ConditionalOnClass(value={com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsPoller.class,org.springframework.boot.actuate.metrics.GaugeService.class})
@EnableConfigurationProperties(value=HystrixMetricsProperties.class)
protected static class HystrixCircuitBreakerConfiguration.HystrixMetricsPollerConfiguration
extends Object
implements org.springframework.context.SmartLifecycle
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
start
public void start()
- Specified by:
start
in interface org.springframework.context.Lifecycle
-
stop
public void stop()
- Specified by:
stop
in interface org.springframework.context.Lifecycle
-
getPhase
public int getPhase()
- Specified by:
getPhase
in interface org.springframework.context.Phased
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.