Uses of Interface
org.kie.api.event.process.SLAViolatedEvent
- 
Packages that use SLAViolatedEvent Package Description org.kie.api.event.process Events emitted while process instances are executing.
- 
- 
Uses of SLAViolatedEvent in org.kie.api.event.processMethods in org.kie.api.event.process with parameters of type SLAViolatedEvent Modifier and Type Method Description default voidProcessEventListener. afterSLAViolated(SLAViolatedEvent event)This listener method is invoked right after a process/node instance's SLA has been violated.default voidProcessEventListener. beforeSLAViolated(SLAViolatedEvent event)This listener method is invoked right before a process/node instance's SLA has been violated.
 
-