C# 클래스 DotNetWorkQueue.Transport.PostgreSQL.Basic.PostgreSqlMessageQueueReceiveErrorMessage

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.

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

Initializes a new instance of the PostgreSqlMessageQueueReceiveErrorMessage 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

PostgreSqlMessageQueueReceiveErrorMessage() 공개 메소드

Initializes a new instance of the PostgreSqlMessageQueueReceiveErrorMessage class.
public PostgreSqlMessageQueueReceiveErrorMessage ( 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