...
For example the event key from above pipeforce.event.workflow.#
matches all workflow event messages while pipeforce.event.workflow.*.my.app
matches only workflow event messages inside the app my.app
.
Every message contains these default headers:
"namespace": ns
Whereasns
is the namespace this event happened inside."content_type": application/json
This is fixed. Every event message is of type JSON.
Here is the reference of these event message messages and their keys (also known as topics):
...