Class UnacquireAsyncHistoryJobExceptionHandler
java.lang.Object
org.flowable.job.service.impl.asyncexecutor.UnacquireAsyncHistoryJobExceptionHandler
- All Implemented Interfaces:
AsyncRunnableExecutionExceptionHandler
public class UnacquireAsyncHistoryJobExceptionHandler
extends Object
implements AsyncRunnableExecutionExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAsyncHistoryJobHandlerTypes
(JobServiceConfiguration jobServiceConfiguration) boolean
handleException
(JobServiceConfiguration jobServiceConfiguration, JobInfo job, Throwable exception)
-
Constructor Details
-
UnacquireAsyncHistoryJobExceptionHandler
public UnacquireAsyncHistoryJobExceptionHandler()
-
-
Method Details
-
handleException
public boolean handleException(JobServiceConfiguration jobServiceConfiguration, JobInfo job, Throwable exception) - Specified by:
handleException
in interfaceAsyncRunnableExecutionExceptionHandler
-
getAsyncHistoryJobHandlerTypes
protected Set<String> getAsyncHistoryJobHandlerTypes(JobServiceConfiguration jobServiceConfiguration)
-