Available on crate feature
server
only.Expand description
Pub/Sub support.
Structs§
- Publish
Msg - Inner message published to subscribers.
- Session
- Transports intend to support pub/sub should provide
Session
s 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.