Show / Hide Table of Contents

    Class DefaultStreamDispatcher

    Inheritance
    Object
    DefaultStreamDispatcher
    Implements
    IStreamDispatcher
    Namespace: Akka.Streams.SignalR.AspNetCore.Internals
    Assembly: Akka.Streams.SignalR.AspNetCore.dll
    Syntax
    public sealed class DefaultStreamDispatcher : object, IStreamDispatcher

    Constructors

    | Improve this Doc View Source

    DefaultStreamDispatcher(IServiceProvider, ConnectionSourceSettings, ConnectionSinkSettings)

    Declaration
    public DefaultStreamDispatcher(IServiceProvider provider, ConnectionSourceSettings sourceSettings = null, ConnectionSinkSettings sinkSettings = null)
    Parameters
    Type Name Description
    IServiceProvider provider
    ConnectionSourceSettings sourceSettings
    ConnectionSinkSettings sinkSettings

    Methods

    | Improve this Doc View Source

    Send<TStream>(ISignalREvent, Type)

    Declaration
    public void Send<TStream>(ISignalREvent message, Type hubType)
        where TStream : StreamConnector
    Parameters
    Type Name Description
    ISignalREvent message
    Type hubType
    Type Parameters
    Name Description
    TStream

    Implements

    IStreamDispatcher
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX