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
Interfaces
IClientSink
IServerSource
ISignalREvent
A common interface for all events incoming from SignalR socket.
Available event types are:
ISignalRResult
Common interface for a messages returned to SignalR clients.