Namespace Cuemon.Messaging
The Cuemon.Messaging
namespace contains types that assist in more advanced scenarios such as CQRS, microservices and event-driven architecture. The namespace is an addition to the System.Messaging
namespace.
Availability: .NET 9, .NET 8 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.