C# 클래스 paramore.brighter.commandprocessor.ReplyAddress

Class ReplyAddress. The addrees to reply to when doing request-reply and not publish-subscribe
파일 보기 프로젝트 열기: iancooper/Paramore 1 사용 예제들

공개 메소드들

메소드 설명
ReplyAddress ( string topic, System.Guid correlationId ) : System

Initializes a new instance of the ReplyAddress class.

메소드 상세

ReplyAddress() 공개 메소드

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.
리턴 System