Uses of Package
io.automatiko.engine.api.event
-
Packages that use io.automatiko.engine.api.event Package Description io.automatiko.engine.api.event io.automatiko.engine.api.uow -
Classes in io.automatiko.engine.api.event used by io.automatiko.engine.api.event Class Description DataEvent Represents top level data event structure that can be emitted from within running process, decision or rule.EventBatch Batch of events to be considered as single item to be processed.EventPublisher Responsible for publishing events for consumption to the "outside world" Depending on the implementation it can be to push over the wire or use an in memory queue to notify other parties about particular events. -
Classes in io.automatiko.engine.api.event used by io.automatiko.engine.api.uow Class Description EventManager Event manager that is entry point for handling events generated during execution.