Expand description
Streaming API.
Traits§
- Broadcast
Event - Events you receive from broadcast stream.
- Connect
Channel Request - Request to connect to the channel.
- Stream
Sink - Trait for
Stream+Sink. - Streaming
Client - Abstraction over API clients with streaming connections.
- SubNote
Event - Events you receive with a subscription to the note.
Type Aliases§
- BoxStream
Sink - An owned dynamically typed
Stream+Sinkfor use in cases where we can’t statically type the result. - Broadcast
Stream - Stream for the
StreamingClient::broadcastmethod. - Channel
Stream - Stream for the
StreamingClient::channelmethod. - SubNote
Stream - Stream for the
StreamingClient::subnotemethod.