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 boolean
failed()
Throwable
getException()
org.kie.api.executor.RequestInfo
getJob()
-
-
-
Method Detail
-
getJob
org.kie.api.executor.RequestInfo getJob()
-
failed
boolean failed()
-
getException
Throwable getException()
-
-