Show / Hide Table of Contents

    Namespace Akka.Streams.SignalR.AspNetCore

    Classes

    Broadcast

    Connected

    An event send, when a new connection has been established.

    ConnectionSinkSettings

    ConnectionSourceSettings

    Disconnected

    An event send, when an existing connection has been lost.

    Received

    A standard message send explicitly from the client with data attached.

    Send

    Signals

    A common static class for building messages returned to SignalR clients.

    StreamConnector

    Inherit to connect processing stages to Source to receive incoming SignalR client messages, and connect processing stages to Sink to send outgoing messages to SignalR clients.

    StreamHub<TStream>

    A variant of able to cooperate with Akka.Streams API. Note this is instantiated by AspNetCore framework on EVERY method call - it should not carry state.

    Interfaces

    IClientSink

    IServerSource

    ISignalREvent

    A common interface for all events incoming from SignalR socket.

    Available event types are:

    • Received
    • Connected
    • Disconnected

    ISignalRResult

    Common interface for a messages returned to SignalR clients.

    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX