C# Class StompSharp.Messages.PersistentHeaderDecorator

A decorator for IOutgoingMessage that adds a "persistent" header (With the value "true").
Inheritance: HeaderDecorator
Afficher le fichier Open project: Code-Sharp/StompSharp

Méthodes publiques

Méthode Description
PersistentHeaderDecorator ( IOutgoingMessage child )

Creates an instance of PersistentHeaderDecorator that wraps the given child.

Method Details

PersistentHeaderDecorator() public méthode

Creates an instance of PersistentHeaderDecorator that wraps the given child.
public PersistentHeaderDecorator ( IOutgoingMessage child )
child IOutgoingMessage