Namespace Chapar.Core.Attributes
Classes
AllowedOriginAttribute
Specifies the expected origin service for a message handler.
When applied, the OriginValidationBehaviour in the pipeline checks
that the incoming message contains an "Origin" header with this value.
ExchangeAttribute
Specifies that a message should be published to a specific exchange, or that a handler should consume from a specific exchange. Can be applied multiple times for complex routing topologies.
QueueNameAttribute
Specifies the queue name that a consumer should bind to when processing commands. If not provided, MassTransit's default naming convention is used.
Enums
ExchangeType
Represents the type of an exchange in RabbitMQ.