| Modifier and Type | Method and Description |
|---|---|
static Dispatcher |
Dispatcher.immediateDispatcher()
Returns a dispatcher that dispatches events to subscribers immediately as they're posted
without using an intermediate queue to change the dispatch order.
|
| Constructor and Description |
|---|
EventBus(Dispatcher dispatcher)
Creates a new EventBus with provided
Dispatcher |
EventBus(SubscriberExceptionHandler exceptionHandler,
Dispatcher dispatcher)
Creates a new EventBus with provided
SubscriberExceptionHandler and Dispatcher |
Copyright © 2019. All rights reserved.