Class DefaultAsyncRunnableExecutionExceptionHandler
- java.lang.Object
-
- org.flowable.job.service.impl.asyncexecutor.DefaultAsyncRunnableExecutionExceptionHandler
-
- All Implemented Interfaces:
AsyncRunnableExecutionExceptionHandler
public class DefaultAsyncRunnableExecutionExceptionHandler extends Object implements AsyncRunnableExecutionExceptionHandler
- Author:
- martin.grofcik
-
-
Constructor Summary
Constructors Constructor Description DefaultAsyncRunnableExecutionExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandleException(JobServiceConfiguration jobServiceConfiguration, JobInfo job, Throwable exception)
-
-
-
Method Detail
-
handleException
public boolean handleException(JobServiceConfiguration jobServiceConfiguration, JobInfo job, Throwable exception)
- Specified by:
handleExceptionin interfaceAsyncRunnableExecutionExceptionHandler
-
-