Skip to content
#

publish-subscribe-pattern

The publish-subscribe pattern (short: pubsub) is an event handling and messaging pattern where the consumer subscribes to the provider, which in return can then publish a message that can be picked up and processed by each subscribed consumer.

The publish-subscribe-pattern topic hasn't been used on any public repositories, yet.
Explore topics