C# 클래스 DotNetWorkQueue.Metrics.Decorator.MessageHandlerAsyncDecorator

상속: IMessageHandlerAsync
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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