Package org.kie.api.runtime.rule
Interface EventHandle
-
- All Superinterfaces:
FactHandle
public interface EventHandle extends FactHandle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.api.runtime.rule.FactHandle
FactHandle.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDuration()
long
getEndTimestamp()
long
getStartTimestamp()
boolean
isExpired()
-
Methods inherited from interface org.kie.api.runtime.rule.FactHandle
as, getId, getObject, getRecency, isEvent, isNegated, isValid, toExternalForm
-
-