Module pub_sub

Source
Available on crate feature server only.
Expand description

Pub/Sub support.

Structs§

PublishMsg
Inner message published to subscribers.
Session
Transports intend to support pub/sub should provide Sessions as metadata.

Traits§

PubSub
Implement this trait to define actual pub/sub logic.

Functions§

add_pub_sub
Add subscribe and unsubscribe methods to the jsonrpc handler.