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.
|
public Handle ( IReceivedMessageInternal message, IWorkerNotification workerNotification ) : void | ||
message | IReceivedMessageInternal | The message. |
workerNotification | IWorkerNotification | The worker notification. |
return | void |
public MessageHandlerDecorator ( IMetrics metrics, IMessageHandler handler, IConnectionInformation connectionInformation ) | ||
metrics | IMetrics | The metrics factory. |
handler | IMessageHandler | The handler. |
connectionInformation | IConnectionInformation | The connection information. |