- All Known Implementing Classes:
DefaultEventBus
public interface EventBus
Interface for an EventBus. Events can be published over the bus that are delivered to the subscribers.
- Since:
- 3.4
- Author:
- Mark Paluch
-
Method Summary
-
Method Details
-
get
- Returns:
- the observable to obtain events.
-
publish
Publish aEventto the bus.- Parameters:
event- the event to publish
-