Package io.automatiko.engine.api.event
-
Interface Summary Interface Description DataEvent<T> 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.EventManager Event manager that is entry point for handling events generated during execution.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.EventSource -
Class Summary Class Description AbstractDataEvent<T> This is an abstract implementation of theDataEventthat contains basic common attributes referring to automatik processes metadata.