Uses of Class
org.axonframework.eventhandling.async.EventProcessingScheduler

Packages that use EventProcessingScheduler
org.axonframework.eventhandling.async   
 

Uses of EventProcessingScheduler in org.axonframework.eventhandling.async
 

Methods in org.axonframework.eventhandling.async that return EventProcessingScheduler
protected  EventProcessingScheduler<T> AsynchronousExecutionWrapper.newProcessingScheduler(org.axonframework.eventhandling.async.EventProcessingScheduler.ShutdownCallback shutDownCallback)
          Creates a new scheduler instance that schedules tasks on the executor service for the managed EventListener.
protected  EventProcessingScheduler<T> AsynchronousExecutionWrapper.newProcessingScheduler(org.axonframework.eventhandling.async.EventProcessingScheduler.ShutdownCallback shutDownCallback, Queue<T> taskQueue)
          Creates a new scheduler instance schedules tasks on the executor service for the managed EventListener.
 



Copyright © 2010-2012. All Rights Reserved.