Table of Contents

Class HystrixRequestLog

Namespace
Steeltoe.CircuitBreaker.Hystrix
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 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