C# Класс Elders.Hystrix.NET.Example.AtlasPublisher

Наследование: IHystrixMetricsPublisher
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AtlasPublisher() публичный Метод

public AtlasPublisher ( ) : Hystrix.NET.Contrib.ServoPublisher
Результат Hystrix.NET.Contrib.ServoPublisher

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetMetricsPublisherForCommand() публичный Метод

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
Результат IHystrixMetricsPublisherCommand

GetMetricsPublisherForThreadPool() публичный Метод

public GetMetricsPublisherForThreadPool ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, IHystrixThreadPoolProperties properties ) : IHystrixMetricsPublisherThreadPool
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
metrics Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolMetrics
properties IHystrixThreadPoolProperties
Результат IHystrixMetricsPublisherThreadPool