Package org.axonframework.disruptor.commandhandling
package org.axonframework.disruptor.commandhandling
-
ClassDescriptionException indicating that an aggregate has been blacklisted by the DisruptorCommandBus.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.Wrapper for command handler Callbacks that detects blacklisted aggregates and starts a cleanup process when an aggregate is blacklisted.Component of the DisruptorCommandBus that invokes the command handler.DataHolder for the DisruptorCommandBus.Asynchronous CommandBus implementation with very high performance characteristics.Builder class to instantiate a
DisruptorCommandBus.DisruptorUnitOfWork<T extends Message<?>>Specialized UnitOfWork instance for theDisruptorCommandBus.Component of the DisruptorCommandBus that stores and publishes events generated by the command's execution.