Uses of Class
org.axonframework.messaging.unitofwork.AbstractUnitOfWork
Packages that use AbstractUnitOfWork
Package
Description
-
Uses of AbstractUnitOfWork in org.axonframework.disruptor.commandhandling
Subclasses of AbstractUnitOfWork in org.axonframework.disruptor.commandhandlingModifier and TypeClassDescriptionclassDataHolder for the DisruptorCommandBus.classDisruptorUnitOfWork<T extends Message<?>>Specialized UnitOfWork instance for theDisruptorCommandBus. -
Uses of AbstractUnitOfWork in org.axonframework.messaging.unitofwork
Subclasses of AbstractUnitOfWork in org.axonframework.messaging.unitofworkModifier and TypeClassDescriptionclassBatchingUnitOfWork<T extends Message<?>>Unit of Work implementation that is able to process a batch of Messages instead of just a single Message.classDefaultUnitOfWork<T extends Message<?>>Implementation of the UnitOfWork that processes a single message.