Expand description
§JetStream Rpc
Defines Rpc primitives for JetStream.
Of note is the Protocol trait which is meant to be used with the service attribute macro.
Structs§
- A shared, thread-safe JetStream service that can be cloned.
Enums§
Traits§
- A trait representing a message that can be encoded and decoded.
- Defines the request and response types for the JetStream protocol.
- An asynchronous JetStream service that can handle RPC calls and messages.