Uses of Interface
org.axonframework.eventhandling.EventSequencingPolicy

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

Uses of EventSequencingPolicy in org.axonframework.eventhandling
 

Classes in org.axonframework.eventhandling that implement EventSequencingPolicy
 class FullConcurrencyPolicy
          EventSequencingPolicy that does not enforce any sequencing requirements on event processing.
 class SequentialPerAggregatePolicy
          Concurrency policy that requires sequential processing of events raised by the same aggregate.
 class SequentialPolicy
          EventSequencingPolicy that requires serialized handling of all events delivered to an event handler.
 

Constructors in org.axonframework.eventhandling with parameters of type EventSequencingPolicy
AsynchronousEventHandlerWrapper(EventListener eventListener, EventSequencingPolicy eventSequencingPolicy, Executor executor)
          Initialize the AsynchronousEventHandlerWrapper for the given eventListener using the given executor.
AsynchronousEventHandlerWrapper(EventListener eventListener, TransactionManager transactionManager, EventSequencingPolicy eventSequencingPolicy, Executor executor)
          Initialize the AsynchronousEventHandlerWrapper for the given eventListener using the given executor and transactionManager.
 



Copyright © 2011. All Rights Reserved.