Module pubsub
Expand description
Topic-based publish/subscribe messaging.
This module provides a topic-based pub/sub system for kernels to communicate through named topics without direct knowledge of each other.
Structs§
- PubSub
Broker - Pub/sub message broker.
- PubSub
Builder - Builder for creating pub/sub infrastructure.
- PubSub
Config - Configuration for the pub/sub broker.
- PubSub
Stats - Pub/sub broker statistics.
- Publication
- A published message on a topic.
- Subscription
- A subscription to a topic.
- Topic
- A topic name for pub/sub messaging.
- Topic
Info - Topic info and statistics.
Enums§
- QoS
- Quality of Service level for message delivery.