public interface EventBus
| Modifier and Type | Method and Description |
|---|---|
Observable<Event> |
get()
Subscribe to the event bus and
Events. |
void |
publish(Event event)
Publish a
Event to the bus. |
Observable<Event> get()
Events. The Observable drops events on backpressure to avoid contention.Copyright © 2016. All rights reserved.