C# 클래스 StompSharp.Messages.ReceiptHeaderDecorator

A decorator for IOutgoingMessage that adds a "receipt" header.
상속: HeaderDecorator
파일 보기 프로젝트 열기: Code-Sharp/StompSharp

공개 메소드들

메소드 설명
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