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

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

공개 메소드들

메소드 설명
Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : void

Handles the specified message.

MessageHandlerDecorator ( IMetrics metrics, IMessageHandler handler, IConnectionInformation connectionInformation )

Initializes a new instance of the QueueCreationDecorator class.

메소드 상세

Handle() 공개 메소드

Handles the specified message.
public Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : void
message IReceivedMessageInternal The message.
workerNotification IWorkerNotification The worker notification.
리턴 void

MessageHandlerDecorator() 공개 메소드

Initializes a new instance of the QueueCreationDecorator class.
public MessageHandlerDecorator ( IMetrics metrics, IMessageHandler handler, IConnectionInformation connectionInformation )
metrics IMetrics The metrics factory.
handler IMessageHandler The handler.
connectionInformation IConnectionInformation The connection information.