Method | Description | |
---|---|---|
Handle ( IMessageContext context, |
Invoked when we have dequeued a message, but a failure occurred during re-assembly.
|
|
ReceivePoisonMessageDecorator ( IMetrics metrics, IReceivePoisonMessage handler, IConnectionInformation connectionInformation ) : DotNetWorkQueue.Exceptions |
Initializes a new instance of the ReceivePoisonMessageDecorator class.
|
public Handle ( IMessageContext context, |
||
context | IMessageContext | The context. |
exception | The exception. | |
return | void |
public ReceivePoisonMessageDecorator ( IMetrics metrics, IReceivePoisonMessage handler, IConnectionInformation connectionInformation ) : DotNetWorkQueue.Exceptions | ||
metrics | IMetrics | The metrics factory. |
handler | IReceivePoisonMessage | The handler. |
connectionInformation | IConnectionInformation | The connection information. |
return | DotNetWorkQueue.Exceptions |