Package org.axonframework.eventhandling.async

Interface Summary
SequencingPolicy<T> Interface to a policy definition for concurrent processing, for example event handling.
 

Class Summary
AsynchronousCluster Cluster implementation that publishes events to the subscribed Event Listeners asynchronously from the publishing thread.
AsynchronousExecutionWrapper<T> Abstract implementation that schedules tasks for execution.
EventProcessingScheduler<T> Scheduler that keeps track of (Event processing) tasks that need to be executed sequentially.
FullConcurrencyPolicy SequencingPolicy that does not enforce any sequencing requirements on event processing.
SequentialPerAggregatePolicy Concurrency policy that requires sequential processing of events raised by the same aggregate.
SequentialPolicy SequencingPolicy that requires serialized handling of all events delivered to an event handler.
 

Enum Summary
RetryPolicy This policy tells the EventProcessingScheduler how it should deal with failed transactions.
 



Copyright © 2010-2012. All Rights Reserved.