@groovy.transform.AutoFinal @groovy.transform.CompileStatic class SpringEventBus extends AbstractEventBus
An event bus that uses the Spring Event Publisher
Modifiers | Name | Description |
---|---|---|
private static class |
SpringEventBus.EventBusListener |
Fields inherited from class | Fields |
---|---|
class AbstractEventBus |
subscriptions |
Type | Name and description |
---|---|
org.springframework.context.ConfigurableApplicationContext |
applicationContext |
Constructor and description |
---|
SpringEventBus(org.springframework.context.ConfigurableApplicationContext applicationContext) |
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 |
Groovy Documentation