Uses of Interface
io.automatiko.engine.api.event.EventManager
-
Packages that use EventManager Package Description io.automatiko.engine.api.uow -
-
Uses of EventManager in io.automatiko.engine.api.uow
Methods in io.automatiko.engine.api.uow that return EventManager Modifier and Type Method Description EventManagerUnitOfWorkManager. eventManager()Returns instance of the event manager configured for this unit of work managerMethods in io.automatiko.engine.api.uow with parameters of type EventManager Modifier and Type Method Description UnitOfWorkUnitOfWorkFactory. create(EventManager eventManager)Creates new instance of UnitOfWork implementation backed by this factory.
-