Eventbus

Eventbus is real-time framework which can use to communicate between the workflows, platform apps and component views.


subscribe(topic = '', handler = (data) => {}) method

Subscribe to a topic and handle the event.


publish(topic = '', payload = {}) method

Publish payload to the topic