public interface Subscriber
EventBus| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
void |
publish(java.lang.String eventName,
java.lang.Object data)
Method is invoked on events that match the eventName
of the subscription
|