| Interface | Description |
|---|---|
| AsyncExecutor | |
| AsyncRunnableExecutionExceptionHandler | |
| ExecuteAsyncRunnableFactory | |
| FailedJobCommandFactory | |
| JobManager |
Contains methods that are not tied to any specific job type (async, timer, suspended or deadletter), but which are generally applicable or are about going from one type to another.
|
| Class | Description |
|---|---|
| AbstractAsyncExecutor | |
| AcquireAsyncJobsDueRunnable | |
| AcquiredHistoryJobEntities | |
| AcquiredJobEntities | |
| AcquiredTimerJobEntities | |
| AcquireTimerJobsRunnable | |
| AsyncJobAddedNotification | |
| DefaultAsyncHistoryJobExecutor | |
| DefaultAsyncJobExecutor | |
| DefaultAsyncRunnableExecutionExceptionHandler | |
| DefaultDebuggerExecutionExceptionHandler |
Swallow exception for the debugger executions and add debugger breakpoint again to the suspended jobs.
|
| DefaultJobManager | |
| ExecuteAsyncRunnable | |
| FailedJobListener | |
| FindExpiredJobsCmd | |
| JobAddedTransactionListener | |
| ManagedAsyncJobExecutor |
Simple JSR-236 async job executor to allocate threads through
ManagedThreadFactory. |
| ResetExpiredJobsCmd | |
| ResetExpiredJobsRunnable |
Runnable that checks the
Job entities periodically for 'expired' jobs. |
| UnacquireAsyncHistoryJobExceptionHandler |
Copyright © 2020 Flowable. All rights reserved.