C# Class StompSharp.Messages.ReceiptHeaderDecorator

A decorator for IOutgoingMessage that adds a "receipt" header.
Inheritance: HeaderDecorator
Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes publiques

Méthode Description
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 (".").

Method Details

ReceiptHeaderDecorator() public méthode

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