C# Class Elders.Hystrix.NET.HystrixRequestLog

Log of HystrixCommand executions and events during the current request.
Exibir arquivo Open project: Elders/Hystrix.NET

Public Methods

Method Description
GetCurrentRequest ( ) : HystrixRequestLog
GetCurrentRequest ( IHystrixConcurrencyStrategy concurrencyStrategy ) : HystrixRequestLog
GetExecutedCommandsAsString ( ) : string

Private Methods

Method Description
AddExecutedCommand ( HystrixCommand command ) : void
HystrixRequestLog ( ) : System

Method Details

GetCurrentRequest() public static method

public static GetCurrentRequest ( ) : HystrixRequestLog
return HystrixRequestLog

GetCurrentRequest() public static method

public static GetCurrentRequest ( IHystrixConcurrencyStrategy concurrencyStrategy ) : HystrixRequestLog
concurrencyStrategy IHystrixConcurrencyStrategy
return HystrixRequestLog

GetExecutedCommandsAsString() public method

public GetExecutedCommandsAsString ( ) : string
return string