Method | Description | |
---|---|---|
CreateOrRetrievePublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandOwner, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand | ||
CreateOrRetrievePublisherForThreadPool ( |
||
GetPublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandOwner, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand | ||
GetPublisherForThreadPool ( |
Method | Description | |
---|---|---|
HystrixMetricsPublisherFactory ( ) : System.Collections.Concurrent | ||
HystrixMetricsPublisherFactory ( IHystrixMetricsPublisher strategy ) : System.Collections.Concurrent |
public static CreateOrRetrievePublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandOwner, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand | ||
commandKey | HystrixCommandKey | |
commandOwner | HystrixCommandGroupKey | |
metrics | HystrixCommandMetrics | |
circuitBreaker | IHystrixCircuitBreaker | |
properties | IHystrixCommandProperties | |
return | IHystrixMetricsPublisherCommand |
public static CreateOrRetrievePublisherForThreadPool ( |
||
threadPoolKey | ||
metrics | ||
properties | IHystrixThreadPoolProperties | |
return | IHystrixMetricsPublisherThreadPool |
public GetPublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandOwner, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand | ||
commandKey | HystrixCommandKey | |
commandOwner | HystrixCommandGroupKey | |
metrics | HystrixCommandMetrics | |
circuitBreaker | IHystrixCircuitBreaker | |
properties | IHystrixCommandProperties | |
return | IHystrixMetricsPublisherCommand |
public GetPublisherForThreadPool ( |
||
threadPoolKey | ||
metrics | ||
properties | IHystrixThreadPoolProperties | |
return | IHystrixMetricsPublisherThreadPool |