C# Класс Elders.Hystrix.NET.Strategy.HystrixPropertiesFactory

Показать файл Открыть проект

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

Метод Описание
GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties

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

GetCollapserProperties() публичный статический Метод

public static GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
Результат IHystrixCollapserProperties

GetCommandProperties() публичный статический Метод

public static GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
Результат IHystrixCommandProperties

GetThreadPoolProperties() публичный статический Метод

public static GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
setter Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
Результат IHystrixThreadPoolProperties