Class HystrixOptionsFactory
Inheritance
System.Object
HystrixOptionsFactory
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public static class HystrixOptionsFactory : object
Methods
|
Edit this page
View Source
GetCollapserOptions(IHystrixCollapserKey, IHystrixCollapserOptions)
Declaration
public static IHystrixCollapserOptions GetCollapserOptions(IHystrixCollapserKey key, IHystrixCollapserOptions builder)
Parameters
Returns
|
Edit this page
View Source
GetCommandOptions(IHystrixCommandKey, IHystrixCommandOptions)
Declaration
public static IHystrixCommandOptions GetCommandOptions(IHystrixCommandKey key, IHystrixCommandOptions builder)
Parameters
Returns
|
Edit this page
View Source
GetThreadPoolOptions(IHystrixThreadPoolKey, IHystrixThreadPoolOptions)
Declaration
public static IHystrixThreadPoolOptions GetThreadPoolOptions(IHystrixThreadPoolKey key, IHystrixThreadPoolOptions builder)
Parameters
Returns
|
Edit this page
View Source
Reset()
Declaration
public static void Reset()