C# Class Elders.Hystrix.NET.Example.AtlasPublisher

Inheritance: IHystrixMetricsPublisher
Mostrar archivo Open project: Elders/Hystrix.NET

Public Methods

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

Method Details

AtlasPublisher() public method

public AtlasPublisher ( ) : Hystrix.NET.Contrib.ServoPublisher
return Hystrix.NET.Contrib.ServoPublisher

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 Elders.Hystrix.NET.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