Package io.automatiko.engine.api.event


package io.automatiko.engine.api.event
  • Class
    Description
    This is an abstract implementation of the DataEvent that contains basic common attributes referring to automatiko processes metadata.
    Represents top level data event structure that can be emitted from within running process, decision or rule.
    Batch of events to be considered as single item to be processed.
    Event manager that is entry point for handling events generated during execution.
    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.