@CompileStatic class ExecutorEventBus extends AbstractEventBus
An event bus that uses an Executor
| Fields inherited from class | Fields |
|---|---|
class AbstractEventBus |
subscriptions |
| Constructor and description |
|---|
ExecutorEventBus(Executor executor) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected Callable |
buildNotificationCallable(Event event, Collection<Subscription> eventSubscriptions, 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 |
Groovy Documentation