Package org.axonframework.messaging.eventhandling.sequencing
package org.axonframework.messaging.eventhandling.sequencing
-
ClassDescriptionA
SequencingPolicyimplementation that extracts the sequence identifier from the event message payload based on a given property extractor.FallbackSequencingPolicy<E extends Exception>Implementation ofSequencingPolicythat provides exception-based fallback behavior.SequencingPolicy that does not enforce any sequencing requirements on event processing.Implementation ofSequencingPolicythat combines two policies in a fallback pattern.ASequencingPolicyimplementation that extracts the sequence identifier from theEventMessage'sMetadata, based on a givenmetadataKey.ASequencingPolicyimplementation that extracts the sequence identifier from the event message payload based on a given property.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.