Class HystrixOptions
Inheritance
System.Object
HystrixOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class HystrixOptions
Properties
| Improve this Doc View SourceConfigurationServiceImplementation
Declaration
public string ConfigurationServiceImplementation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JsonConfigurationSourceOptions
Declaration
public HystrixJsonConfigurationSourceOptions JsonConfigurationSourceOptions { get; set; }
Property Value
Type | Description |
---|---|
HystrixJsonConfigurationSourceOptions |
LocalOptions
Declaration
public HystrixLocalOptions LocalOptions { get; set; }
Property Value
Type | Description |
---|---|
HystrixLocalOptions |
MetricsStreamPollIntervalInMilliseconds
Declaration
public int MetricsStreamPollIntervalInMilliseconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceCreateDefault()
Declaration
public static HystrixOptions CreateDefault()
Returns
Type | Description |
---|---|
HystrixOptions |