C# Класс StompSharp.Messages.ReceiptHeaderDecorator

A decorator for IOutgoingMessage that adds a "receipt" header.
Наследование: HeaderDecorator
Показать файл Открыть проект

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

Метод Описание
ReceiptHeaderDecorator ( IOutgoingMessage message, string destination, long messageSequence )

Creates an instance of ReceiptHeaderDecorator with the given parameters. The header value will be the destination and the messageSequence joined with a period (".").

Описание методов

ReceiptHeaderDecorator() публичный Метод

Creates an instance of ReceiptHeaderDecorator with the given parameters. The header value will be the destination and the messageSequence joined with a period (".").
public ReceiptHeaderDecorator ( IOutgoingMessage message, string destination, long messageSequence )
message IOutgoingMessage
destination string
messageSequence long