You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments