Package org.kie.api.event.process
Interface SLAViolatedEvent
-
- All Superinterfaces:
KieRuntimeEvent
,ProcessEvent
public interface SLAViolatedEvent extends ProcessEvent
An event when a SLA has been violated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeInstance
getNodeInstance()
The node instance this event is related to.-
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime
-
Methods inherited from interface org.kie.api.event.process.ProcessEvent
getEventDate, getProcessInstance
-
-
-
-
Method Detail
-
getNodeInstance
NodeInstance getNodeInstance()
The node instance this event is related to.- Returns:
- the node instance
-
-