C# Class Elders.Hystrix.NET.HystrixRequestLog

Log of HystrixCommand executions and events during the current request.
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
GetCurrentRequest ( ) : HystrixRequestLog
GetCurrentRequest ( IHystrixConcurrencyStrategy concurrencyStrategy ) : HystrixRequestLog
GetExecutedCommandsAsString ( ) : string

Private Methods

Méthode Description
AddExecutedCommand ( HystrixCommand command ) : void
HystrixRequestLog ( ) : System

Method Details

GetCurrentRequest() public static méthode

public static GetCurrentRequest ( ) : HystrixRequestLog
Résultat HystrixRequestLog

GetCurrentRequest() public static méthode

public static GetCurrentRequest ( IHystrixConcurrencyStrategy concurrencyStrategy ) : HystrixRequestLog
concurrencyStrategy IHystrixConcurrencyStrategy
Résultat HystrixRequestLog

GetExecutedCommandsAsString() public méthode

public GetExecutedCommandsAsString ( ) : string
Résultat string