Show / Hide Table of Contents

    Interface IMessageDto<T>

    Namespace: Catalyst.Abstractions.IO.Messaging.Dto
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IMessageDto<out T> : IAddressedEnvelope<T> where T : IMessage
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    CorrelationId

    Declaration
    ICorrelationId CorrelationId { get; }
    Property Value
    Type Description
    ICorrelationId
    | Improve this Doc View Source

    RecipientPeerIdentifier

    Declaration
    PeerId RecipientPeerIdentifier { get; }
    Property Value
    Type Description
    PeerId
    | Improve this Doc View Source

    SenderPeerIdentifier

    Declaration
    PeerId SenderPeerIdentifier { get; }
    Property Value
    Type Description
    PeerId
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network