Interface IStreamDispatcher
Namespace: Akka.Streams.SignalR.AspNetCore.Internals
Assembly: Akka.Streams.SignalR.AspNetCore.dll
Syntax
public interface IStreamDispatcher
Methods
| Improve this Doc View SourceSend<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 |