Module pubsub

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§

PubSubBroker
Pub/sub message broker.
PubSubBuilder
Builder for creating pub/sub infrastructure.
PubSubConfig
Configuration for the pub/sub broker.
PubSubStats
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.
TopicInfo
Topic info and statistics.

Enums§

QoS
Quality of Service level for message delivery.