publish abstract method
Publishes a message to be received by any subscribers.
If there are no subscripbers to the messange name, this method will do nothing.
Implementation
void publish(Message message);
Publishes a message to be received by any subscribers.
If there are no subscripbers to the messange name, this method will do nothing.
void publish(Message message);