Метод | Описание | |
---|---|---|
MessageFailedProcessing ( IReceivedMessageInternal message, IMessageContext context, |
Invoked when a message has failed to process.
|
|
ReceiveMessagesErrorDecorator ( IMetrics metrics, IReceiveMessagesError handler, IConnectionInformation connectionInformation ) : System |
Initializes a new instance of the ReceiveMessagesErrorDecorator class.
|
public MessageFailedProcessing ( IReceivedMessageInternal message, IMessageContext context, |
||
message | IReceivedMessageInternal | The message. |
context | IMessageContext | The context. |
exception | The exception. | |
Результат | ReceiveMessagesErrorResult |
public ReceiveMessagesErrorDecorator ( IMetrics metrics, IReceiveMessagesError handler, IConnectionInformation connectionInformation ) : System | ||
metrics | IMetrics | The metrics factory. |
handler | IReceiveMessagesError | The handler. |
connectionInformation | IConnectionInformation | The connection information. |
Результат | System |