Uses of Interface
io.automatiko.engine.api.uow.WorkUnit
Packages that use WorkUnit
-
Uses of WorkUnit in io.automatiko.engine.api.uow
Methods in io.automatiko.engine.api.uow that return WorkUnitModifier and TypeMethodDescriptionstatic <S> WorkUnit<S>Creates new WorkUnit that has only action invoked upon completion of the unit of workstatic <S> WorkUnit<S>Creates new WorkUnit that has both action invoked upon completion of the unit of work and compensation invoked in case of unit of work cancellation.Methods in io.automatiko.engine.api.uow with parameters of type WorkUnit