C# Class Elders.Hystrix.NET.HystrixCommandSetter

Exibir arquivo Open project: Elders/Hystrix.NET

Public Methods

Method Description
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

Method Details

AndCommandKey() public method

public AndCommandKey ( HystrixCommandKey commandKey ) : HystrixCommandSetter
commandKey HystrixCommandKey
return HystrixCommandSetter

AndCommandPropertiesDefaults() public method

public AndCommandPropertiesDefaults ( HystrixCommandPropertiesSetter commandPropertiesDefaults ) : HystrixCommandSetter
commandPropertiesDefaults HystrixCommandPropertiesSetter
return HystrixCommandSetter

AndThreadPoolKey() public method

public AndThreadPoolKey ( HystrixThreadPoolKey threadPoolKey ) : HystrixCommandSetter
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
return HystrixCommandSetter

AndThreadPoolPropertiesDefaults() public method

public AndThreadPoolPropertiesDefaults ( HystrixThreadPoolPropertiesSetter threadPoolPropertiesDefaults ) : HystrixCommandSetter
threadPoolPropertiesDefaults Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
return HystrixCommandSetter

HystrixCommandSetter() public method

public HystrixCommandSetter ( HystrixCommandGroupKey groupKey ) : Elders.Hystrix.NET.ThreadPool
groupKey HystrixCommandGroupKey
return Elders.Hystrix.NET.ThreadPool

WithGroupKey() public static method

public static WithGroupKey ( HystrixCommandGroupKey groupKey ) : HystrixCommandSetter
groupKey HystrixCommandGroupKey
return HystrixCommandSetter