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

Handles moving poison messages to the error table
상속: IReceivePoisonMessage
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Handle ( IMessageContext context, PoisonMessageException exception ) : void

Invoked when we have dequeued a message, but a failure occurred during re-assembly.

PostgreSqlQueueReceivePoisonMessage ( ICommandHandler commandMoveRecord ) : DotNetWorkQueue.Transport.PostgreSQL.Basic.Command

Initializes a new instance of the PostgreSqlQueueReceivePoisonMessage class.

메소드 상세

Handle() 공개 메소드

Invoked when we have dequeued a message, but a failure occurred during re-assembly.
public Handle ( IMessageContext context, PoisonMessageException exception ) : void
context IMessageContext The context.
exception DotNetWorkQueue.Exceptions.PoisonMessageException The exception.
리턴 void

PostgreSqlQueueReceivePoisonMessage() 공개 메소드

Initializes a new instance of the PostgreSqlQueueReceivePoisonMessage class.
public PostgreSqlQueueReceivePoisonMessage ( ICommandHandler commandMoveRecord ) : DotNetWorkQueue.Transport.PostgreSQL.Basic.Command
commandMoveRecord ICommandHandler The command move record.
리턴 DotNetWorkQueue.Transport.PostgreSQL.Basic.Command