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