Table of Contents

Namespace Cuemon.Messaging

Assembly: Cuemon.Core.dll

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 8, .NET 7, .NET 6 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.