C# Класс Elders.Hystrix.NET.HystrixCommandSetter

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

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

Метод Описание
AndCommandKey ( HystrixCommandKey commandKey ) : HystrixCommandSetter
AndCommandPropertiesDefaults ( HystrixCommandPropertiesSetter commandPropertiesDefaults ) : HystrixCommandSetter
AndThreadPoolKey ( HystrixThreadPoolKey threadPoolKey ) : HystrixCommandSetter
AndThreadPoolPropertiesDefaults ( HystrixThreadPoolPropertiesSetter threadPoolPropertiesDefaults ) : HystrixCommandSetter
HystrixCommandSetter ( HystrixCommandGroupKey groupKey ) : Elders.Hystrix.NET.ThreadPool
WithGroupKey ( HystrixCommandGroupKey groupKey ) : HystrixCommandSetter

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

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

public AndCommandKey ( HystrixCommandKey commandKey ) : HystrixCommandSetter
commandKey HystrixCommandKey
Результат HystrixCommandSetter

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

public AndCommandPropertiesDefaults ( HystrixCommandPropertiesSetter commandPropertiesDefaults ) : HystrixCommandSetter
commandPropertiesDefaults HystrixCommandPropertiesSetter
Результат HystrixCommandSetter

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

public AndThreadPoolKey ( HystrixThreadPoolKey threadPoolKey ) : HystrixCommandSetter
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
Результат HystrixCommandSetter

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

public AndThreadPoolPropertiesDefaults ( HystrixThreadPoolPropertiesSetter threadPoolPropertiesDefaults ) : HystrixCommandSetter
threadPoolPropertiesDefaults Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
Результат HystrixCommandSetter

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

public HystrixCommandSetter ( HystrixCommandGroupKey groupKey ) : Elders.Hystrix.NET.ThreadPool
groupKey HystrixCommandGroupKey
Результат Elders.Hystrix.NET.ThreadPool

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

public static WithGroupKey ( HystrixCommandGroupKey groupKey ) : HystrixCommandSetter
groupKey HystrixCommandGroupKey
Результат HystrixCommandSetter