| Package | Description |
|---|---|
| org.flowable.job.service | |
| org.flowable.job.service.impl.asyncexecutor |
| Modifier and Type | Field and Description |
|---|---|
protected List<AsyncRunnableExecutionExceptionHandler> |
JobServiceConfiguration.asyncRunnableExecutionExceptionHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<AsyncRunnableExecutionExceptionHandler> |
JobServiceConfiguration.getAsyncRunnableExecutionExceptionHandlers() |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.setAsyncRunnableExecutionExceptionHandlers(List<AsyncRunnableExecutionExceptionHandler> asyncRunnableExecutionExceptionHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAsyncRunnableExecutionExceptionHandler |
class |
DefaultDebuggerExecutionExceptionHandler
Swallow exception for the debugger executions and add debugger breakpoint again to the suspended jobs.
|
class |
UnacquireAsyncHistoryJobExceptionHandler |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncRunnableExecutionExceptionHandler |
AbstractAsyncExecutor.asyncRunnableExecutionExceptionHandler |
| Modifier and Type | Field and Description |
|---|---|
protected List<AsyncRunnableExecutionExceptionHandler> |
ExecuteAsyncRunnable.asyncRunnableExecutionExceptionHandlers |
| Modifier and Type | Method and Description |
|---|---|
AsyncRunnableExecutionExceptionHandler |
AbstractAsyncExecutor.getAsyncRunnableExecutionExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsyncExecutor.setAsyncRunnableExecutionExceptionHandler(AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler) |
| Constructor and Description |
|---|
ExecuteAsyncRunnable(JobInfo job,
JobServiceConfiguration jobServiceConfiguration,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager,
AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler) |
ExecuteAsyncRunnable(String jobId,
JobServiceConfiguration jobServiceConfiguration,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager,
AsyncRunnableExecutionExceptionHandler asyncRunnableExecutionExceptionHandler) |
Copyright © 2020 Flowable. All rights reserved.