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

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

Public Methods

Method Description
HystrixMetricsPublisherThreadPoolDefault ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, IHystrixThreadPoolProperties properties ) : Elders.Hystrix.NET.ThreadPool
Initialize ( ) : void

Method Details

HystrixMetricsPublisherThreadPoolDefault() public method

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

Initialize() public method

public Initialize ( ) : void
return void