C# Class Wave.Filters.ThrottleMessages

Enforces that messages are delivered to a handler no faster than rate specified in RatePerSecond Implemented using the Token Bucket Algorithm.
Inheritance: System.Attribute, IInboundMessageFilter, IDisposable
Afficher le fichier Open project: ExpediaInc/WaveServiceBus

Méthodes publiques

Méthode Description
Dispose ( ) : void
OnHandlerExecuted ( IHandlerResult handlerResult, Type messageType, object message ) : IHandlerResult
OnHandlerExecuting ( Type messageType, object message ) : IHandlerResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnHandlerExecuted() public méthode

public OnHandlerExecuted ( IHandlerResult handlerResult, Type messageType, object message ) : IHandlerResult
handlerResult IHandlerResult
messageType System.Type
message object
Résultat IHandlerResult

OnHandlerExecuting() public méthode

public OnHandlerExecuting ( Type messageType, object message ) : IHandlerResult
messageType System.Type
message object
Résultat IHandlerResult