Class HystrixBaseOptions
Inheritance
System.Object
HystrixBaseOptions
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public abstract class HystrixBaseOptions : object
Constructors
|
Edit this page
View Source
HystrixBaseOptions(IHystrixDynamicOptions)
Declaration
protected HystrixBaseOptions(IHystrixDynamicOptions dynamicOptions)
Parameters
Fields
|
Edit this page
View Source
_dynamic
Declaration
protected IHystrixDynamicOptions _dynamic
Field Value
Methods
|
Edit this page
View Source
GetBoolean(String, String, String, Boolean, Nullable<Boolean>)
Declaration
protected virtual bool GetBoolean(string prefix, string key, string property, bool globalDefault, bool? instanceDefaultFromCode)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
System.String |
key |
|
System.String |
property |
|
System.Boolean |
globalDefault |
|
System.Nullable<System.Boolean> |
instanceDefaultFromCode |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetInteger(String, String, String, Int32, Nullable<Int32>)
Declaration
protected virtual int GetInteger(string prefix, string key, string property, int globalDefault, int? instanceDefaultFromCode)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
System.String |
key |
|
System.String |
property |
|
System.Int32 |
globalDefault |
|
System.Nullable<System.Int32> |
instanceDefaultFromCode |
|
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
GetLong(String, String, String, Int64, Nullable<Int64>)
Declaration
protected virtual long GetLong(string prefix, string key, string property, long globalDefault, long? instanceDefaultFromCode)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
System.String |
key |
|
System.String |
property |
|
System.Int64 |
globalDefault |
|
System.Nullable<System.Int64> |
instanceDefaultFromCode |
|
Returns
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
GetString(String, String, String, String, String)
Declaration
protected virtual string GetString(string prefix, string key, string property, string globalDefault, string instanceDefaultFromCode)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
System.String |
key |
|
System.String |
property |
|
System.String |
globalDefault |
|
System.String |
instanceDefaultFromCode |
|
Returns
Type |
Description |
System.String |
|