@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 |
|---|---|
HystrixStreamEndpoint |
hystrixStreamEndpoint() |
org.springframework.cloud.client.actuator.HasFeatures |
hystrixStreamFeature() |
@Bean public HystrixStreamEndpoint hystrixStreamEndpoint()
@Bean public org.springframework.cloud.client.actuator.HasFeatures hystrixStreamFeature()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.