Package | Description |
---|---|
org.axonframework.eventhandling.async |
Modifier and Type | Method and Description |
---|---|
protected EventProcessorTask |
AsynchronousEventProcessingStrategy.newProcessingScheduler(EventProcessorTask.ShutdownCallback shutDownCallback)
Creates a new scheduler instance that schedules tasks on the executor service for the managed EventListener.
|
Constructor and Description |
---|
EventProcessorTask(Executor executor,
EventProcessorTask.ShutdownCallback shutDownCallback)
Initialize a scheduler using the given
executor . |
Copyright © 2010–2020. All rights reserved.