@groovy.transform.CompileStatic class ActorEventBus extends AbstractEventBus
A event bus that uses GPars actors
Fields inherited from class | Fields |
---|---|
class AbstractEventBus |
subscriptions |
Constructor and description |
---|
ActorEventBus
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.util.concurrent.Callable |
buildNotificationCallable(Event event, java.util.Collection<Subscription> eventSubscriptions, groovy.lang.Closure reply) |
|
void |
close() |
|
boolean |
isActive() |
Methods inherited from class | Name |
---|---|
class AbstractEventBus |
buildClosureSubscription, buildNotificationCallable, buildNotificationTrigger, buildSubscriberSubscription, isActive, notify, notify, notify, on, publish, publish, publish, sendAndReceive, sendAndReceive, subscribe, subscribe, unsubscribeAll |