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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeInstancegetNodeInstance()The node instance this event is related to.- 
Methods inherited from interface org.kie.api.event.KieRuntimeEventgetKieRuntime
 - 
Methods inherited from interface org.kie.api.event.process.ProcessEventgetEventDate, getProcessInstance
 
- 
 
- 
- 
- 
Method Detail- 
getNodeInstanceNodeInstance getNodeInstance() The node instance this event is related to.- Returns:
- the node instance
 
 
- 
 
-