C# Class Elders.Hystrix.NET.HystrixCommandSetter

Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode 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 méthode

public AndCommandKey ( HystrixCommandKey commandKey ) : HystrixCommandSetter
commandKey HystrixCommandKey
Résultat HystrixCommandSetter

AndCommandPropertiesDefaults() public méthode

public AndCommandPropertiesDefaults ( HystrixCommandPropertiesSetter commandPropertiesDefaults ) : HystrixCommandSetter
commandPropertiesDefaults HystrixCommandPropertiesSetter
Résultat HystrixCommandSetter

AndThreadPoolKey() public méthode

public AndThreadPoolKey ( HystrixThreadPoolKey threadPoolKey ) : HystrixCommandSetter
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
Résultat HystrixCommandSetter

AndThreadPoolPropertiesDefaults() public méthode

public AndThreadPoolPropertiesDefaults ( HystrixThreadPoolPropertiesSetter threadPoolPropertiesDefaults ) : HystrixCommandSetter
threadPoolPropertiesDefaults Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
Résultat HystrixCommandSetter

HystrixCommandSetter() public méthode

public HystrixCommandSetter ( HystrixCommandGroupKey groupKey ) : Elders.Hystrix.NET.ThreadPool
groupKey HystrixCommandGroupKey
Résultat Elders.Hystrix.NET.ThreadPool

WithGroupKey() public static méthode

public static WithGroupKey ( HystrixCommandGroupKey groupKey ) : HystrixCommandSetter
groupKey HystrixCommandGroupKey
Résultat HystrixCommandSetter