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.
|
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–2020. All rights reserved.