Package org.jbpm.executor
Interface AsynchronousJobEvent
-
- All Known Implementing Classes:
AsynchronousJobEventImpl
public interface AsynchronousJobEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanfailed()ThrowablegetException()org.kie.api.executor.RequestInfogetJob()
-
-
-
Method Detail
-
getJob
org.kie.api.executor.RequestInfo getJob()
-
failed
boolean failed()
-
getException
Throwable getException()
-
-