C# Class RabbitLink.Messaging.LinkReceiveProperties

Receive properties of message
显示文件 Open project: rabbit-link/rabbit-link

Public Methods

Method Description
LinkReceiveProperties ( bool redelivered, string exchangeName, string routingKey, string queueName, bool isFromThisApp )

Creates new instance

Method Details

LinkReceiveProperties() public method

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