Class HystrixRequestLog
Inheritance
System.Object
HystrixRequestLog
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixRequestLog : object
Fields
|
Edit this page
View Source
MAX_STORAGE
Declaration
protected const int MAX_STORAGE = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Edit this page
View Source
AllExecutedCommands
Declaration
public ICollection<IHystrixInvokableInfo> AllExecutedCommands { get; }
Property Value
|
Edit this page
View Source
CurrentRequestLog
Declaration
public static HystrixRequestLog CurrentRequestLog { get; }
Property Value
Methods
|
Edit this page
View Source
GetExecutedCommandsAsString()
Declaration
public string GetExecutedCommandsAsString()
Returns
Type |
Description |
System.String |
|