@Configuration
@ConditionalOnProperty(value="hystrix.stream.endpoint.enabled",
matchIfMissing=true)
@ConditionalOnWebApplication
@ConditionalOnClass(value={org.springframework.boot.actuate.endpoint.Endpoint.class,com.netflix.hystrix.contrib.metrics.eventstream.HystrixMetricsStreamServlet.class})
protected static class HystrixCircuitBreakerConfiguration.HystrixWebConfiguration
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
HystrixWebConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.client.actuator.HasFeatures |
hystrixFeature() |
HystrixStreamEndpoint |
hystrixStreamEndpoint() |
@Bean public HystrixStreamEndpoint hystrixStreamEndpoint()
@Bean public org.springframework.cloud.client.actuator.HasFeatures hystrixFeature()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.