Package | Description |
---|---|
org.axonframework.disruptor.commandhandling |
Class and Description |
---|
AggregateStateCorruptedException
Exception indicating that the changes in an aggregate (generated events) are ignored by the DisruptorCommandBus,
because it cannot guarantee that these changes have been applied to an aggregate instance with the correct state.
|
BlacklistDetectingCallback
Wrapper for command handler Callbacks that detects blacklisted aggregates and starts a cleanup process when an
aggregate is blacklisted.
|
CommandHandlingEntry
DataHolder for the DisruptorCommandBus.
|
DisruptorCommandBus
Asynchronous CommandBus implementation with very high performance characteristics.
|
DisruptorCommandBus.Builder
Builder class to instantiate a
DisruptorCommandBus . |
DisruptorUnitOfWork
Specialized UnitOfWork instance for the
DisruptorCommandBus . |
Copyright © 2010–2022. All rights reserved.