Show / Hide Table of Contents

    Interface IStreamDispatcher

    Namespace: Akka.Streams.SignalR.AspNetCore.Internals
    Assembly: Akka.Streams.SignalR.AspNetCore.dll
    Syntax
    public interface IStreamDispatcher

    Methods

    | Improve this Doc View Source

    Send<TStream>(ISignalREvent, Type)

    Send message to the appropriate stream connector for a hub type

    Declaration
    void Send<TStream>(ISignalREvent message, Type hubType)
        where TStream : StreamConnector
    Parameters
    Type Name Description
    ISignalREvent message
    Type hubType
    Type Parameters
    Name Description
    TStream
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX