An event bus that uses an java.util.concurrent.Executor
Fields inherited from class | Fields |
---|---|
class AbstractEventBus |
subscriptions |
Type | Name and description |
---|---|
java.util.concurrent.Executor |
executor |
Constructor and description |
---|
ExecutorEventBus
(java.util.concurrent.Executor executor = new SyncTaskExecutor() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.util.concurrent.Callable |
buildNotificationCallable(Event event, java.util.Collection<Subscription> eventSubscriptions, groovy.lang.Closure reply) |
Methods inherited from class | Name |
---|---|
class AbstractEventBus |
buildClosureSubscription, buildNotificationCallable, buildNotificationTrigger, buildSubscriberSubscription, isActive, notify, notify, notify, on, publish, publish, publish, sendAndReceive, sendAndReceive, subscribe, subscribe, unsubscribeAll |