C# Класс DotNetWorkQueue.Metrics.Decorator.MessageHandlerAsyncDecorator

Наследование: IMessageHandlerAsync
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Handle() публичный Метод

Handles the specified message.
public Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : System.Threading.Tasks.Task
message IReceivedMessageInternal The message.
workerNotification IWorkerNotification The worker notification.
Результат System.Threading.Tasks.Task

MessageHandlerAsyncDecorator() публичный Метод

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.
Результат System.Threading.Tasks