Uses of Interface
org.axonframework.eventhandling.async.EventProcessor.ShutdownCallback

Packages that use EventProcessor.ShutdownCallback
org.axonframework.eventhandling.async   
 

Uses of EventProcessor.ShutdownCallback in org.axonframework.eventhandling.async
 

Methods in org.axonframework.eventhandling.async with parameters of type EventProcessor.ShutdownCallback
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.
 

Constructors in org.axonframework.eventhandling.async with parameters of type EventProcessor.ShutdownCallback
EventProcessor(Executor executor, EventProcessor.ShutdownCallback shutDownCallback, ErrorHandler errorHandler, UnitOfWorkFactory unitOfWorkFactory, Set<EventListener> eventListeners, MultiplexingEventProcessingMonitor eventProcessingMonitor)
          Initialize a scheduler using the given executor.
 



Copyright © 2010-2016. All Rights Reserved.