Uses of Interface
org.axonframework.eventhandling.async.EventProcessorTask.ShutdownCallback
Packages that use EventProcessorTask.ShutdownCallback
-
Uses of EventProcessorTask.ShutdownCallback in org.axonframework.eventhandling.async
Methods in org.axonframework.eventhandling.async with parameters of type EventProcessorTask.ShutdownCallbackModifier and TypeMethodDescriptionprotected EventProcessorTaskAsynchronousEventProcessingStrategy.newProcessingScheduler(EventProcessorTask.ShutdownCallback shutDownCallback) Creates a new scheduler instance that schedules tasks on the executor service for the managed EventListener.Constructors in org.axonframework.eventhandling.async with parameters of type EventProcessorTask.ShutdownCallbackModifierConstructorDescriptionEventProcessorTask(Executor executor, EventProcessorTask.ShutdownCallback shutDownCallback) Initialize a scheduler using the givenexecutor.