C# Class Elders.Hystrix.NET.Strategy.EventNotifier.HystrixEventNotifierDefault

Inheritance: IHystrixEventNotifier
Afficher le fichier Open project: Elders/Hystrix.NET

Méthodes publiques

Méthode Description
MarkCommandExecution ( HystrixCommandKey key, ExecutionIsolationStrategy isolationStrategy, System.TimeSpan duration, IEnumerable eventsDuringExecution ) : void
MarkEvent ( HystrixEventType eventType, HystrixCommandKey key ) : void

Méthodes protégées

Méthode Description
HystrixEventNotifierDefault ( ) : System

Method Details

HystrixEventNotifierDefault() protected méthode

protected HystrixEventNotifierDefault ( ) : System
Résultat System

MarkCommandExecution() public méthode

public MarkCommandExecution ( HystrixCommandKey key, ExecutionIsolationStrategy isolationStrategy, System.TimeSpan duration, IEnumerable eventsDuringExecution ) : void
key HystrixCommandKey
isolationStrategy ExecutionIsolationStrategy
duration System.TimeSpan
eventsDuringExecution IEnumerable
Résultat void

MarkEvent() public méthode

public MarkEvent ( HystrixEventType eventType, HystrixCommandKey key ) : void
eventType HystrixEventType
key HystrixCommandKey
Résultat void