Uses of Package
org.axonframework.eventhandling.async
Packages that use org.axonframework.eventhandling.async
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.-
Classes in org.axonframework.eventhandling.async used by org.axonframework.axonserver.connector.event.axonClassDescriptionInterface to a policy definition for concurrent processing, for example event handling.
-
Classes in org.axonframework.eventhandling.async used by org.axonframework.configClassDescriptionInterface to a policy definition for concurrent processing, for example event handling.
-
Classes in org.axonframework.eventhandling.async used by org.axonframework.eventhandlingClassDescriptionInterface to a policy definition for concurrent processing, for example event handling.
-
Classes in org.axonframework.eventhandling.async used by org.axonframework.eventhandling.asyncClassDescriptionScheduler 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.A
SequencingPolicyimplementation 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.