Crate jetstream_rpc

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

ContextFrameFramedA unified Stream and Sink interface to an underlying I/O object, using the Encoder and Decoder traits to encode and decode frames.Tag

Enums

Error

Traits

ChannelClientTransportDecoderDecoding of frames via buffers.EncoderTrait of helper objects to write out messages as bytes, for use withFramedWrite.FramerFromContextHandlerMessageA trait representing a message that can be encoded and decoded.ProtocolDefines the request and response types for the JetStream protocol.ServiceTransport