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

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

Méthodes publiques

Méthode 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 méthode

public AtlasPublisher ( ) : Hystrix.NET.Contrib.ServoPublisher
Résultat Hystrix.NET.Contrib.ServoPublisher

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