Package | Description |
---|---|
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.async |
Class and Description |
---|
SequencingPolicy
Interface to a policy definition for concurrent processing, for example event handling.
|
Class and Description |
---|
SequencingPolicy
Interface to a policy definition for concurrent processing, for example event handling.
|
Class and Description |
---|
EventProcessorTask
Scheduler that keeps track of (Event processing) tasks that need to be executed sequentially.
|
EventProcessorTask.ShutdownCallback
Callback that allows the SequenceManager to receive a notification when this scheduler finishes processing
events.
|
PropertySequencingPolicy
A
SequencingPolicy implementation that extracts the sequence identifier from the event message payload based
on a given property or property extractor. |
PropertySequencingPolicy.Builder
Builder class to instantiate a
PropertySequencingPolicy . |
SequencingPolicy
Interface to a policy definition for concurrent processing, for example event handling.
|
SequentialPerAggregatePolicy
Concurrency policy that requires sequential processing of events raised by the same aggregate.
|
Copyright © 2010–2022. All rights reserved.