C# Class DotNetWorkQueue.Metrics.Decorator.MessageHandlerDecorator

Inheritance: IMessageHandler
Mostrar archivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
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.

Method Details

Handle() public method

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

MessageHandlerDecorator() public method

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.