Expand description
Streaming protocol abstractions for pub/sub and messaging patterns
This module provides traits and types for protocols that support streaming, pub/sub, and asynchronous messaging patterns like MQTT, Kafka, and RabbitMQ.
Structs§
- Message
Builder - Helper for creating protocol messages
- Protocol
Message - A message in a streaming protocol
- Streaming
Metadata - Metadata about a streaming connection
- Streaming
Protocol Registry - A registry for managing multiple streaming protocol handlers
Traits§
- Streaming
Protocol - Trait for protocols that support streaming and pub/sub patterns
Type Aliases§
- Message
Stream - A stream of protocol messages