Crate jetstream_rpc

Source
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§

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.