
public class HystrixCommandConfiguration
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HystrixCommandConfiguration.HystrixCommandCircuitBreakerConfig |
static class |
HystrixCommandConfiguration.HystrixCommandExecutionConfig |
static class |
HystrixCommandConfiguration.HystrixCommandMetricsConfig |
| Modifier and Type | Method and Description |
|---|---|
HystrixCommandConfiguration.HystrixCommandCircuitBreakerConfig |
getCircuitBreakerConfig() |
HystrixCommandConfiguration.HystrixCommandExecutionConfig |
getExecutionConfig() |
HystrixCommandGroupKey |
getGroupKey() |
HystrixCommandConfiguration.HystrixCommandMetricsConfig |
getMetricsConfig() |
HystrixThreadPoolKey |
getThreadPoolKey() |
static HystrixCommandConfiguration |
sample(HystrixCommandKey commandKey,
HystrixThreadPoolKey threadPoolKey,
HystrixCommandGroupKey groupKey,
HystrixCommandProperties commandProperties) |
public static HystrixCommandConfiguration sample(HystrixCommandKey commandKey, HystrixThreadPoolKey threadPoolKey, HystrixCommandGroupKey groupKey, HystrixCommandProperties commandProperties)
public HystrixThreadPoolKey getThreadPoolKey()
public HystrixCommandGroupKey getGroupKey()
public HystrixCommandConfiguration.HystrixCommandExecutionConfig getExecutionConfig()
public HystrixCommandConfiguration.HystrixCommandCircuitBreakerConfig getCircuitBreakerConfig()
public HystrixCommandConfiguration.HystrixCommandMetricsConfig getMetricsConfig()