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

Inheritance: IHystrixMetricsPublisher
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

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

Méthodes protégées

Méthode Description
HystrixMetricsPublisherDefault ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetMetricsPublisherForCommand() public méthode

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

GetMetricsPublisherForThreadPool() public méthode

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

HystrixMetricsPublisherDefault() protected méthode

protected HystrixMetricsPublisherDefault ( ) : System
Résultat System