Namespace CarrotMQ.Core.EndPoints
Classes
- EndPointBase
Represents the base class for messaging endpoints.
- ExchangeEndPoint
Represents an abstract class for exchange endpoints.
- ExchangeReplyEndPoint
Represents a class for messaging exchange endpoints used for the reply messages (reply of ICommand<TCommand, TResponse, TEndPointDefinition> or IQuery<TQuery, TResponse, TEndPointDefinition>)
- QueueEndPoint
Represents an abstract class for queue endpoints.
- QueueReplyEndPoint
Represents a class for messaging queue endpoints used for the reply messages (reply of ICommand<TCommand, TResponse, TEndPointDefinition> or IQuery<TQuery, TResponse, TEndPointDefinition>)
- ReplyEndPointBase
Represents base class for messaging endpoints used for the reply messages (reply of ICommand<TCommand, TResponse, TEndPointDefinition> or IQuery<TQuery, TResponse, TEndPointDefinition>)