Class QueueReplyEndPoint
Represents a class for messaging queue endpoints used for the reply messages (reply of ICommand<TCommand, TResponse, TEndPointDefinition> or IQuery<TQuery, TResponse, TEndPointDefinition>)
public sealed class QueueReplyEndPoint : ReplyEndPointBase
- Inheritance
-
QueueReplyEndPoint
- Inherited Members
Constructors
QueueReplyEndPoint(string, bool)
Initializes a new instance of the QueueReplyEndPoint class.
public QueueReplyEndPoint(string queueName, bool includeRequestPayloadInResponse = false)
Parameters
queueNamestringThe name of the messaging queue to which the reply will be sent
includeRequestPayloadInResponseboolA flag indicating whether to include the request payload in the response.
Exceptions
- ArgumentException
Thrown when
queueNameis empty or whitespace.