protected static abstract class AbstractEventBus.NotificationTrigger extends java.lang.Object implements java.lang.Runnable
| Type | Name and description |
|---|---|
Event |
event |
groovy.lang.Closure |
reply |
java.util.Collection<Subscription> |
subscriptions |
| Constructor and description |
|---|
NotificationTrigger(Event event, java.util.Collection<Subscription> subscriptions, groovy.lang.Closure reply) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Groovy Documentation