Interface ICorrelationId
Provides a CorrelationId type for easy reference to what the Guid is for and mocking
Inherited Members
System.IEquatable<Catalyst.Abstractions.IO.Messaging.Correlation.ICorrelationId>.Equals(Catalyst.Abstractions.IO.Messaging.Correlation.ICorrelationId)
Namespace: Catalyst.Abstractions.IO.Messaging.Correlation
Assembly: Catalyst.Abstractions.dll
Syntax
public interface ICorrelationId : IEquatable<ICorrelationId>
Properties
| Improve this Doc View SourceId
The Guid underpinning that ICorrelationId
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |