C# Класс Elders.Hystrix.NET.Strategy.Metrics.HystrixMetricsPublisherDefault

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

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

Метод Описание
Dispose ( ) : void
GetMetricsPublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandGroupKey, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand
GetMetricsPublisherForThreadPool ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolMetrics metrics, IHystrixThreadPoolProperties properties ) : IHystrixMetricsPublisherThreadPool

Защищенные методы

Метод Описание
HystrixMetricsPublisherDefault ( ) : System

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

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

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

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

public GetMetricsPublisherForCommand ( HystrixCommandKey commandKey, HystrixCommandGroupKey commandGroupKey, HystrixCommandMetrics metrics, IHystrixCircuitBreaker circuitBreaker, IHystrixCommandProperties properties ) : IHystrixMetricsPublisherCommand
commandKey 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

HystrixMetricsPublisherDefault() защищенный Метод

protected HystrixMetricsPublisherDefault ( ) : System
Результат System