C# Class DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueReceiveErrorMessage

Error handling related to a unit of work
Inheritance: IReceiveMessagesError
显示文件 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
MessageFailedProcessing ( IReceivedMessageInternal message, IMessageContext context, Exception exception ) : ReceiveMessagesErrorResult

Invoked when a message has failed to process.

SqLiteMessageQueueReceiveErrorMessage ( QueueConsumerConfiguration configuration, int>.IQueryHandler queryErrorRetryCount, ICommandHandler commandSetErrorCount, ICommandHandler commandMoveRecord, ILogFactory log, SqlHeaders headers ) : System

Initializes a new instance of the SqLiteMessageQueueReceiveErrorMessage class.

Method Details

MessageFailedProcessing() public method

Invoked when a message has failed to process.
public MessageFailedProcessing ( IReceivedMessageInternal message, IMessageContext context, Exception exception ) : ReceiveMessagesErrorResult
message IReceivedMessageInternal The message.
context IMessageContext The context.
exception System.Exception The exception.
return ReceiveMessagesErrorResult

SqLiteMessageQueueReceiveErrorMessage() public method

Initializes a new instance of the SqLiteMessageQueueReceiveErrorMessage class.
public SqLiteMessageQueueReceiveErrorMessage ( QueueConsumerConfiguration configuration, int>.IQueryHandler queryErrorRetryCount, ICommandHandler commandSetErrorCount, ICommandHandler commandMoveRecord, ILogFactory log, SqlHeaders headers ) : System
configuration DotNetWorkQueue.Configuration.QueueConsumerConfiguration The configuration.
queryErrorRetryCount int>.IQueryHandler The query error retry count.
commandSetErrorCount ICommandHandler The command set error count.
commandMoveRecord ICommandHandler The command move record.
log ILogFactory The log.
headers SqlHeaders The headers.
return System