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

Class Request. Used for a Command that is a Reply in a Request-Reply exchange. Brighter supports publish-subscribe as its main approach to producers and consumers, but it is possible to support request-reply semantics as well. The key is that the sender must include a ReplyAddress in the Request (the IAmAMessageMapper then populates that into the MessageHeader as the replyTo address). When we create a Reply then we set the ReplyAddress from the Request onto the Reply and the IAmAMessageMapper for the Reply sets this as the topic so that it is routed correctly.
상속: paramore.brighter.commandprocessor.Command
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
Request ( ReplyAddress replyAddress ) : System

Constucts a reply

메소드 상세

Request() 공개 메소드

Constucts a reply
public Request ( ReplyAddress replyAddress ) : System
replyAddress ReplyAddress
리턴 System