C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.SqLiteMessageQueueReceiveErrorMessage

Error handling related to a unit of work
상속: IReceiveMessagesError
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
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.

메소드 상세

MessageFailedProcessing() 공개 메소드

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.
리턴 ReceiveMessagesErrorResult

SqLiteMessageQueueReceiveErrorMessage() 공개 메소드

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.
리턴 System