Interface IMessageDto<T>
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IMessageDto<out T> : IAddressedEnvelope<T> where T : IMessage
Type Parameters
Properties
|
Improve this Doc
View Source
CorrelationId
Declaration
ICorrelationId CorrelationId { get; }
Property Value
|
Improve this Doc
View Source
RecipientPeerIdentifier
Declaration
PeerId RecipientPeerIdentifier { get; }
Property Value
|
Improve this Doc
View Source
SenderPeerIdentifier
Declaration
PeerId SenderPeerIdentifier { get; }
Property Value