Package io.automatiko.engine.api.uow
Interface UnitOfWorkFactory
-
public interface UnitOfWorkFactoryFactory responsible for create instances of UnitOfWork of given implementation type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnitOfWorkcreate(EventManager eventManager)Creates new instance of UnitOfWork implementation backed by this factory.
-
-
-
Method Detail
-
create
UnitOfWork create(EventManager eventManager)
Creates new instance of UnitOfWork implementation backed by this factory.- Parameters:
eventManager- event manager to publish events- Returns:
- new unit of work instance
-
-