Interface KieRuntimeEvent

All Known Subinterfaces:
AfterMatchFiredEvent, AgendaGroupEvent, AgendaGroupPoppedEvent, AgendaGroupPushedEvent, BeforeMatchFiredEvent, MatchCancelledEvent, MatchCreatedEvent, MatchEvent, MessageEvent, ObjectDeletedEvent, ObjectInsertedEvent, ObjectUpdatedEvent, ProcessCompletedEvent, ProcessEvent, ProcessNodeEvent, ProcessNodeLeftEvent, ProcessNodeTriggeredEvent, ProcessStartedEvent, ProcessVariableChangedEvent, RuleFlowGroupActivatedEvent, RuleFlowGroupDeactivatedEvent, RuleFlowGroupEvent, RuleRuntimeEvent, SignalEvent, SLAViolatedEvent

public interface KieRuntimeEvent
An event that is generated by the KIE runtime.
  • Method Details

    • getKieRuntime

      KieRuntime getKieRuntime()
      KieRuntime that generated the event.
      Returns:
      the KIE runtime