public interface Publisher
Message to all
Subscribers every time an Event is added to the
EventStream| Modifier and Type | Method and Description |
|---|---|
void |
publish(Message message)
Publish the publisher to all subscribers
|
void publish(Message message)
message - The Message to be published