Package io.automatiko.engine.services.uow
-
Class Summary Class Description BaseWorkUnit CollectingUnitOfWork Simple unit of work that collects work elements throughout the life of the unit and invokes all of them at the end when end method is invoked.CollectingUnitOfWorkFactory DefaultUnitOfWorkManager Default implementation of the UnitOfWorkManager that is backed by thread local to keep the associated unit of work.ManagedUnitOfWork Unit of work that is managed with injected consumers to react to various life cycle phasesPassThroughUnitOfWork The simplest version of unit of work (and one used when no other is configured) that simply pass through the work it intercepts.ProcessInstanceWorkUnit<T> UnitOfWorkExecutor