Namespace Cuemon.Messaging
The Cuemon.Messaging namespace provides types for implementing CQRS, microservices communication, and event-driven architectures. Use CorrelationToken to correlate messages across service boundaries, or the message envelope types when you need standardized request/response patterns with correlation support.
Availability: .NET 10, .NET 9 and .NET Standard 2.0
Complements: System.Messaging namespace 🔗
Classes
CorrelationToken
Provides a default implementation of the ICorrelationToken interface.
RequestToken
Provides a default implementation of the IRequestToken interface.
Interfaces
ICorrelationToken
Provides a Correlation ID (also known as a Request ID) that is a unique identifier which is attached to requests and messages that allow reference to a particular transaction or event chain.
IRequestToken
Provides a Request ID that is a unique identifier which is attached to requests and messages that allow reference to a particular transaction.