Class HystrixOptionsStrategy
Inheritance
System.Object
HystrixOptionsStrategy
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public abstract class HystrixOptionsStrategy : object
Methods
|
Edit this page
View Source
GetCollapserOptions(IHystrixCollapserKey, IHystrixCollapserOptions)
Declaration
public virtual IHystrixCollapserOptions GetCollapserOptions(IHystrixCollapserKey collapserKey, IHystrixCollapserOptions builder)
Parameters
Returns
|
Edit this page
View Source
GetCollapserOptionsCacheKey(IHystrixCollapserKey, IHystrixCollapserOptions)
Declaration
public virtual string GetCollapserOptionsCacheKey(IHystrixCollapserKey collapserKey, IHystrixCollapserOptions builder)
Parameters
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetCommandOptions(IHystrixCommandKey, IHystrixCommandOptions)
Declaration
public virtual IHystrixCommandOptions GetCommandOptions(IHystrixCommandKey commandKey, IHystrixCommandOptions builder)
Parameters
Returns
|
Edit this page
View Source
GetCommandOptionsCacheKey(IHystrixCommandKey, IHystrixCommandOptions)
Declaration
public virtual string GetCommandOptionsCacheKey(IHystrixCommandKey commandKey, IHystrixCommandOptions builder)
Parameters
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetDynamicOptions(IConfiguration)
Declaration
public virtual IHystrixDynamicOptions GetDynamicOptions(IConfiguration configSource)
Parameters
Type |
Name |
Description |
IConfiguration |
configSource |
|
Returns
|
Edit this page
View Source
GetThreadPoolOptions(IHystrixThreadPoolKey, IHystrixThreadPoolOptions)
Declaration
public virtual IHystrixThreadPoolOptions GetThreadPoolOptions(IHystrixThreadPoolKey threadPoolKey, IHystrixThreadPoolOptions builder)
Parameters
Returns
|
Edit this page
View Source
GetThreadPoolOptionsCacheKey(IHystrixThreadPoolKey, IHystrixThreadPoolOptions)
Declaration
public virtual string GetThreadPoolOptionsCacheKey(IHystrixThreadPoolKey threadPoolKey, IHystrixThreadPoolOptions builder)
Parameters
Returns
Type |
Description |
System.String |
|