C# Class paramore.brighter.commandprocessor.ReplyAddress

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

Public Methods

Method Description
ReplyAddress ( string topic, System.Guid correlationId ) : System

Initializes a new instance of the ReplyAddress class.

Method Details

ReplyAddress() public method

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.
return System