Uses of Class
org.axonframework.eventhandling.EventProcessingScheduler

Packages that use EventProcessingScheduler
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
 

Uses of EventProcessingScheduler in org.axonframework.eventhandling
 

Methods in org.axonframework.eventhandling that return EventProcessingScheduler
protected  EventProcessingScheduler AsynchronousEventHandlerWrapper.newProcessingScheduler(org.axonframework.eventhandling.EventProcessingScheduler.ShutdownCallback shutDownCallback)
          Creates a new scheduler instance for the eventListener that schedules events on the executor service for the managed EventListener.
protected  EventProcessingScheduler AsynchronousEventHandlerWrapper.newProcessingScheduler(Queue<Event> eventQueue, org.axonframework.eventhandling.EventProcessingScheduler.ShutdownCallback shutDownCallback)
          Creates a new scheduler instance for the eventListener that schedules events on the executor service for the managed EventListener.
 



Copyright © 2011. All Rights Reserved.