Concept
Publish/subscribe (pub/sub)
Publish/subscribe is an asynchronous messaging pattern where senders publish to topics and receivers subscribe, via a broker that decouples both.
Concept
Publish/subscribe is an asynchronous messaging pattern where senders publish to topics and receivers subscribe, via a broker that decouples both.