Uses of Package
org.axonframework.messaging.eventhandling.sequencing
Packages that use org.axonframework.messaging.eventhandling.sequencing
Package
Description
Classes related to event handling and dispatching, such as
and the
invalid reference
Event Listeners
Event Bus.-
Classes in org.axonframework.messaging.eventhandling.sequencing used by org.axonframework.messaging.eventhandlingClassDescriptionInterface to a policy definition for concurrent processing, for example event handling.
-
Classes in org.axonframework.messaging.eventhandling.sequencing used by org.axonframework.messaging.eventhandling.processing.streaming.segmentingClassDescriptionInterface to a policy definition for concurrent processing, for example event handling.
-
Classes in org.axonframework.messaging.eventhandling.sequencing used by org.axonframework.messaging.eventhandling.sequencingClassDescriptionA
SequencingPolicyimplementation that extracts the sequence identifier from the event message payload based on a given property extractor.SequencingPolicy that does not enforce any sequencing requirements on event processing.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.