Show / Hide Table of Contents

    Interface IObserverDto<T>

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

    Properties

    | Improve this Doc View Source

    Context

    Declaration
    IChannelHandlerContext Context { get; }
    Property Value
    Type Description
    IChannelHandlerContext
    | Improve this Doc View Source

    Payload

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