| Type | Description |
|---|---|
| ChannelPath |
Url (relative to root application url) on which channel is hosted. Type alias for |
| ClientInfo |
Type representing information about client that has executed some channel action
It's passed as an argument in channel actions ( |
| IChannel |
Interface of the internal representation of the channel.
Shouldn't be used manually, you get its instance from the |
| ISocketHub |
Interface representing server side Socket Hub, giving you ability to brodcast messages (either to particular socket or to all sockets).
You can get instance of it with |
| JoinResult |
Type representing result of |
| Message<'a> |
Types representing channels message. It always includes topic, reference id of the message (random GUID), and payload object. |
| SocketHub |
A type that wraps access to connected websockets by endpoint |
| SocketId |
Socket Id. Type alias for |
| SocketMiddleware | |
| Topic |
Topic of the channel. Type alias for |