Skip to content

Commit d6892f2

Browse files
authored
Merge pull request #4161 from shaedrich/pubsub
Create topic "Publish-subscribe pattern"
2 parents c62b93e + 44fbf0a commit d6892f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

topics/pubsub/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
aliases: publish-subscribe-pattern, publish-subscribe
3+
topic: pubsub
4+
display_name: Publish-subscribe pattern
5+
short_description: The publish-subscribe pattern is a messaging pattern where the consumer subscribes to the provider.
6+
related: message-queue, message-oriented-middleware, message-passing, event-bus, event-handlers, event-listener, message-bus, event-sourcing, observer-pattern, event-driven-programming
7+
released: 1987
8+
wikipedia_url: https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern
9+
---
10+
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

Comments
 (0)