C# Class paramore.brighter.commandprocessor.ReplyAddress

Class ReplyAddress. The addrees to reply to when doing request-reply and not publish-subscribe
Afficher le fichier Open project: iancooper/Paramore Class Usage Examples

Méthodes publiques

Méthode Description
ReplyAddress ( string topic, System.Guid correlationId ) : System

Initializes a new instance of the ReplyAddress class.

Method Details

ReplyAddress() public méthode

Initializes a new instance of the ReplyAddress class.
public ReplyAddress ( string topic, System.Guid correlationId ) : System
topic string The topic.
correlationId System.Guid The correlation identifier.
Résultat System