Interface IHystrixDynamicOptions
- Namespace
- Steeltoe.CircuitBreaker.Hystrix.Strategy.Options
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IHystrixDynamicOptions
Methods
GetBoolean(string, bool)
bool GetBoolean(string name, bool fallback)
Parameters
Returns
GetInteger(string, int)
int GetInteger(string name, int fallback)
Parameters
Returns
GetLong(string, long)
long GetLong(string name, long fallback)
Parameters
Returns
GetString(string, string)
string GetString(string name, string fallback)