| Constructor and Description |
|---|
AsyncEventBus(Executor executor,
SubscriberExceptionHandler subscriberExceptionHandler)
Creates a new EventBus with provided
executor and SubscriberExceptionHandler |
EventBus(SubscriberExceptionHandler exceptionHandler)
Creates a new EventBus with provided
SubscriberExceptionHandler |
EventBus(SubscriberExceptionHandler exceptionHandler,
Dispatcher dispatcher)
Creates a new EventBus with provided
SubscriberExceptionHandler and Dispatcher |
Copyright © 2019. All rights reserved.