C# Класс RabbitLink.Messaging.LinkReceiveProperties

Receive properties of message
Показать файл Открыть проект

Открытые методы

Метод Описание
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