C# Class Elders.Hystrix.NET.Strategy.HystrixPropertiesFactory

Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties

Method Details

GetCollapserProperties() public static méthode

public static GetCollapserProperties ( IHystrixCollapserKey collapserKey, HystrixCollapserPropertiesSetter setter ) : IHystrixCollapserProperties
collapserKey IHystrixCollapserKey
setter HystrixCollapserPropertiesSetter
Résultat IHystrixCollapserProperties

GetCommandProperties() public static méthode

public static GetCommandProperties ( HystrixCommandKey commandKey, HystrixCommandPropertiesSetter setter ) : IHystrixCommandProperties
commandKey HystrixCommandKey
setter HystrixCommandPropertiesSetter
Résultat IHystrixCommandProperties

GetThreadPoolProperties() public static méthode

public static GetThreadPoolProperties ( HystrixThreadPoolKey threadPoolKey, HystrixThreadPoolPropertiesSetter setter ) : IHystrixThreadPoolProperties
threadPoolKey Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolKey
setter Elders.Hystrix.NET.ThreadPool.HystrixThreadPoolPropertiesSetter
Résultat IHystrixThreadPoolProperties