Table of Contents

Class HystrixRequestLog

Namespace
Steeltoe.CircuitBreaker.Hystrix
Assembly
Steeltoe.CircuitBreaker.HystrixBase.dll
public class HystrixRequestLog
Inheritance
HystrixRequestLog
Inherited Members

Fields

MAX_STORAGE

protected const int MAX_STORAGE = 1000

Field Value

int

Properties

AllExecutedCommands

public ICollection<IHystrixInvokableInfo> AllExecutedCommands { get; }

Property Value

ICollection<IHystrixInvokableInfo>

CurrentRequestLog

public static HystrixRequestLog CurrentRequestLog { get; }

Property Value

HystrixRequestLog

Methods

GetExecutedCommandsAsString()

public string GetExecutedCommandsAsString()

Returns

string