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§
- Context
- Frame
- Framed
- A unified
Stream
andSink
interface to an underlying I/O object, using theEncoder
andDecoder
traits to encode and decode frames. - Tag
Enums§
Traits§
- Channel
- Client
Transport - Decoder
- Decoding of frames via buffers.
- Encoder
- Trait of helper objects to write out messages as bytes, for use with
FramedWrite
. - Framer
- From
Context - Handler
- Message
Non-WebAssembly - A trait representing a message that can be encoded and decoded.
- Protocol
- Defines the request and response types for the JetStream protocol.
- Service
Transport