Class | Description |
---|---|
BlacklistDetectingCallback<C,R> |
Wrapper for command handler Callbacks that detects blacklisted aggregates and starts a cleanup process when an
aggregate is blacklisted.
|
CommandHandlerInvoker |
Component of the DisruptorCommandBus that invokes the command handler.
|
CommandHandlingEntry |
DataHolder for the DisruptorCommandBus.
|
DisruptorCommandBus |
Asynchronous CommandBus implementation with very high performance characteristics.
|
DisruptorCommandBus.Builder |
Builder class to instantiate a
DisruptorCommandBus . |
DisruptorUnitOfWork<T extends Message<?>> |
Specialized UnitOfWork instance for the
DisruptorCommandBus . |
EventPublisher |
Component of the DisruptorCommandBus that stores and publishes events generated by the command's execution.
|
Exception | Description |
---|---|
AggregateBlacklistedException |
Exception indicating that an aggregate has been blacklisted by the DisruptorCommandBus.
|
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.
|
Copyright © 2010–2020. All rights reserved.