Publishes a message to all applications running on OpenFin Runtime that are subscribed to the specified topic.
Example
fin.InterApplicationBus.publish('topic', 'hello').then(() => console.log('Published')).catch(err => console.log(err));
Publishes a message to all applications running on OpenFin Runtime that are subscribed to the specified topic.
fin.InterApplicationBus.publish('topic', 'hello').then(() => console.log('Published')).catch(err => console.log(err));