C# Class DotNetWorkQueue.Metrics.Decorator.MessageHandlerAsyncDecorator

Inheritance: IMessageHandlerAsync
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : System.Threading.Tasks.Task

Handles the specified message.

MessageHandlerAsyncDecorator ( IMetrics metrics, IMessageHandlerAsync handler, IConnectionInformation connectionInformation ) : System.Threading.Tasks

Initializes a new instance of the QueueCreationDecorator class.

Method Details

Handle() public méthode

Handles the specified message.
public Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : System.Threading.Tasks.Task
message IReceivedMessageInternal The message.
workerNotification IWorkerNotification The worker notification.
Résultat System.Threading.Tasks.Task

MessageHandlerAsyncDecorator() public méthode

Initializes a new instance of the QueueCreationDecorator class.
public MessageHandlerAsyncDecorator ( IMetrics metrics, IMessageHandlerAsync handler, IConnectionInformation connectionInformation ) : System.Threading.Tasks
metrics IMetrics The metrics factory.
handler IMessageHandlerAsync The handler.
connectionInformation IConnectionInformation The connection information.
Résultat System.Threading.Tasks