Replay Topic

Replay a Topic   In last tutorial I have demonstrate how to subscribe the topic, there is another way to read events from salesforce using Replay a topic which provides various options to read the events. The Replay Topic Listener operation provides below options: ALL: Subscriber receives all events, including past events that are within…

Share this:
Read More

Subscribe Topic

Subscribe to a Topic   To subscribe to a topic, add the Subscribe topic listener (subscribe-topic-listener) or Replay topic listener (replay-topic-listener) as an input source for your flow from mule palette The input source acts as an inbound endpoint. Every time the subscription receives an event, the input source executes the rest of the flow…

Share this:
Read More