C# Class Elders.Hystrix.NET.Strategy.Metrics.HystrixMetricsPublisherDefault

Inheritance: IHystrixMetricsPublisher
Exibir arquivo Open project: Elders/Hystrix.NET

Public Methods

Method Description
Dispose ( ) : void
GetMetricsPublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandGroupKey, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand
GetMetricsPublisherForThreadPool ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, IHystrixThreadPoolProperties properties ) : IHystrixMetricsPublisherThreadPool

Protected Methods

Method Description
HystrixMetricsPublisherDefault ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetMetricsPublisherForCommand() public method

public GetMetricsPublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandGroupKey, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand
commandKey HystrixCommandKey
commandGroupKey HystrixCommandGroupKey
metrics HystrixCommandMetrics
circuitBreaker IHystrixCircuitBreaker
properties IHystrixCommandProperties
return IHystrixMetricsPublisherCommand

GetMetricsPublisherForThreadPool() public method

public GetMetricsPublisherForThreadPool ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, IHystrixThreadPoolProperties properties ) : IHystrixMetricsPublisherThreadPool
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
metrics Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolMetrics
properties IHystrixThreadPoolProperties
return IHystrixMetricsPublisherThreadPool

HystrixMetricsPublisherDefault() protected method

protected HystrixMetricsPublisherDefault ( ) : System
return System