Package | Description |
---|---|
org.axonframework.eventhandling.async |
Modifier and Type | Method and Description |
---|---|
protected EventProcessor |
AsynchronousCluster.newProcessingScheduler(EventProcessor.ShutdownCallback shutDownCallback,
Set<EventListener> eventListeners,
MultiplexingEventProcessingMonitor eventProcessingMonitor)
Creates a new scheduler instance that schedules tasks on the executor service for the managed EventListener.
|
Modifier and Type | Method and Description |
---|---|
void |
EventProcessor.ShutdownCallback.afterShutdown(EventProcessor scheduler)
Called when event processing is complete.
|
Copyright © 2010-2014. All Rights Reserved.