Module streaming

Module streaming 

Source
Expand description

Streaming API.

Traits§

BroadcastEvent
Events you receive from broadcast stream.
ConnectChannelRequest
Request to connect to the channel.
StreamSink
Trait for Stream + Sink.
StreamingClient
Abstraction over API clients with streaming connections.
SubNoteEvent
Events you receive with a subscription to the note.

Type Aliases§

BoxStreamSink
An owned dynamically typed Stream + Sink for use in cases where we can’t statically type the result.
BroadcastStream
Stream for the StreamingClient::broadcast method.
ChannelStream
Stream for the StreamingClient::channel method.
SubNoteStream
Stream for the StreamingClient::subnote method.