[][src]Module misskey_core::streaming

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 Definitions

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.