Package org.axonframework.eventhandling.async
package org.axonframework.eventhandling.async
-
ClassDescriptionImplementation of a
EventProcessingStrategythat creates event processing tasks for asynchronous execution.Scheduler that keeps track of (Event processing) tasks that need to be executed sequentially.Callback that allows the SequenceManager to receive a notification when this scheduler finishes processing events.SequencingPolicy that does not enforce any sequencing requirements on event processing.ASequencingPolicyimplementation that extracts the sequence identifier from theEventMessage'sMetaData, based on a givenmetaDataKey.Builder class to instantiate aMetaDataSequencingPolicy.ASequencingPolicyimplementation that extracts the sequence identifier from the event message payload based on a given property or property extractor.Builder class to instantiate aPropertySequencingPolicy.Interface to a policy definition for concurrent processing, for example event handling.Concurrency policy that requires sequential processing of events raised by the same aggregate.SequencingPolicy that requires sequential handling of all events delivered to an event handler.