C# 클래스 RabbitLink.Messaging.LinkReceiveProperties

Receive properties of message
파일 보기 프로젝트 열기: rabbit-link/rabbit-link

공개 메소드들

메소드 설명
LinkReceiveProperties ( bool redelivered, string exchangeName, string routingKey, string queueName, bool isFromThisApp )

Creates new instance

메소드 상세

LinkReceiveProperties() 공개 메소드

Creates new instance
public LinkReceiveProperties ( bool redelivered, string exchangeName, string routingKey, string queueName, bool isFromThisApp )
redelivered bool Is message was redelivered
exchangeName string Message was published to this exchange
routingKey string Message was published with this routing key
queueName string Message was consumed from this queue
isFromThisApp bool Message was published from this application