Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.commandhandling.disruptor Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AggregateBlacklistedExceptionException indicating that an aggregate has been blacklisted by the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
AggregateStateCorruptedExceptionException 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.Classorg.axonframework.commandhandling.disruptorAxon
BlacklistDetectingCallbackWrapper for command handler Callbacks that detects blacklisted aggregates and starts a cleanup process when an aggregate is blacklisted.Classorg.axonframework.commandhandling.disruptorAxon
CommandHandlerInvokerComponent of the DisruptorCommandBus that invokes the command handler.Classorg.axonframework.commandhandling.disruptorAxon
CommandHandlingEntryDataHolder for the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
CommandHandlingEntry .FactoryFactory class for CommandHandlingEntry instances.Classorg.axonframework.commandhandling.disruptor.CommandHandlingEntryAxon
DisruptorCommandBusAsynchronous CommandBus implementation with very high performance characteristics.Classorg.axonframework.commandhandling.disruptorAxon
DisruptorConfigurationConfiguration object for the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
DisruptorUnitOfWorkSpecialized UnitOfWork instance for the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
EventPublisherComponent of the DisruptorCommandBus that stores and publishes events generated by the command's execution.Classorg.axonframework.commandhandling.disruptorAxon
SerializerHandlerDisruptor Event Handler that serializes EventMessage implementations that are also SerializationAware.Classorg.axonframework.commandhandling.disruptorAxon