All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractAsyncExecutor |
|
| AbstractAsyncHistoryJobHandler |
|
| AbstractExternalWorkerJobCmd |
|
| AbstractJobEntity |
|
| AbstractJobEntityImpl |
Abstract job entity class.
|
| AbstractJobServiceEngineEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>> |
|
| AbstractJobServiceEntity |
|
| AbstractManager |
|
| AbstractMessageBasedJobManager |
Abstract class that contains the main logic to send information about an async history data job to a message queue.
|
| AbstractRuntimeJobEntity |
|
| AcquireAsyncJobsDueLifecycleListener |
|
| AcquireAsyncJobsDueRunnable |
|
| AcquiredExternalWorkerJobImpl |
|
| AcquiredHistoryJobEntities |
|
| AcquireExternalWorkerJobsCmd |
|
| AcquireJobsCmd |
|
| AcquireJobsRunnableConfiguration |
|
| AcquireJobsWithGlobalAcquireLockCmd |
|
| AcquireTimerJobsCmd |
|
| AcquireTimerJobsRunnable |
|
| AcquireTimerJobsWithGlobalAcquireLockCmd |
|
| AcquireTimerLifecycleListener |
|
| AsyncExecutor |
|
| AsyncHistoryCommittedTransactionListener |
|
| AsyncHistoryDateUtil |
|
| AsyncHistoryJobHandler |
|
| AsyncHistoryJobMessageHandler |
|
| AsyncHistoryJobMessageReceiver |
Experimental.
|
| AsyncHistoryJobNotApplicableException |
|
| AsyncHistoryJobZippedHandler |
|
| AsyncHistoryJsonUtil |
|
| AsyncHistoryListener |
|
| AsyncHistorySession |
|
| AsyncHistorySession.AsyncHistorySessionData |
Wrapper for the async history job data, to avoid messing with maps and lists.
|
| AsyncHistorySessionCommandContextCloseListener |
A listener for command context lifecycle close events that generates JSON
(using Jackson) and corresponding HistoryJobEntity when the
CommandContext closes and adds them to the list of entities that will
be inserted to the database.
|
| AsyncHistorySessionFactory |
|
| AsyncJobAddedNotification |
|
| AsyncJobExecutorConfiguration |
|
| AsyncJobMessageHandler |
Experimental.
|
| AsyncJobMessageReceiver |
Experimental.
|
| AsyncRunnableExecutionExceptionHandler |
|
| BulkMoveDeadLetterJobsCmd |
|
| BulkMoveDeadLetterJobsToHistoryJobsCmd |
|
| BulkMoveTimerJobsToExecutableJobsCmd |
|
| CancelJobsCmd |
Send job cancelled event and delete job
|
| CommandContextUtil |
|
| DeadLetterJobDataManager |
|
| DeadLetterJobEntity |
Suspended jobs are stored separately to increase the normal job query performance
|
| DeadLetterJobEntityImpl |
DeadLetterJob entity, necessary for persistence.
|
| DeadLetterJobEntityManager |
|
| DeadLetterJobEntityManagerImpl |
|
| DeadLetterJobQueryImpl |
|
| DeadLetterJobsByExecutionIdMatcher |
|
| DefaultAsyncHistoryJobExecutor |
|
| DefaultAsyncHistoryJobProducer |
|
| DefaultAsyncJobExecutor |
|
| DefaultAsyncRunnableExecutionExceptionHandler |
|
| DefaultDebuggerExecutionExceptionHandler |
Swallow exception for the debugger executions and add debugger breakpoint again to the suspended jobs.
|
| DefaultJobManager |
|
| DeleteDeadLetterJobCmd |
|
| DeleteExternalWorkerJobCmd |
|
| DeleteHistoryJobCmd |
|
| DeleteJobCmd |
|
| DeleteSuspendedJobCmd |
|
| DeleteTimerJobCmd |
|
| ExecuteAsyncJobCmd |
|
| ExecuteAsyncRunnable |
|
| ExecuteAsyncRunnableFactory |
|
| ExecuteAsyncRunnableJobCmd |
|
| ExecuteHistoryJobCmd |
Executes a HistoryJob directly (not through the async history executor).
|
| ExecuteJobCmd |
|
| ExecutorPerTenantAsyncExecutor |
|
| ExternalWorkerJobAcquireBuilderImpl |
|
| ExternalWorkerJobDataManager |
|
| ExternalWorkerJobEntity |
Represents an external job.
|
| ExternalWorkerJobEntityImpl |
|
| ExternalWorkerJobEntityManager |
|
| ExternalWorkerJobEntityManagerImpl |
|
| ExternalWorkerJobFailCmd |
|
| ExternalWorkerJobFailureBuilderImpl |
|
| ExternalWorkerJobQueryImpl |
|
| ExternalWorkerJobsByExecutionIdMatcher |
|
| ExternalWorkerJobsByScopeIdAndSubScopeIdMatcher |
|
| FailedJobCommandFactory |
|
| FailedJobListener |
|
| FindExpiredJobsCmd |
|
| FlowableJobEventBuilder |
|
| GetHistoryJobAdvancedConfigurationCmd |
Executes a HistoryJob directly (not through the async history executor).
|
| GetJobByCorrelationIdCmd |
|
| GetJobExceptionStacktraceCmd |
|
| HistoryJobDataManager |
|
| HistoryJobEntity |
|
| HistoryJobEntityImpl |
History Job entity.
|
| HistoryJobEntityManager |
|
| HistoryJobEntityManagerImpl |
|
| HistoryJobHandler |
|
| HistoryJobProcessor |
History job processor which is used to process history job entities during the different history job phases.
|
| HistoryJobProcessorContext |
|
| HistoryJobProcessorContext.Phase |
The job phases.
|
| HistoryJobProcessorContextImpl |
|
| HistoryJobQueryImpl |
|
| HistoryJobService |
Service which provides access to jobs.
|
| HistoryJobServiceImpl |
|
| HistoryJsonTransformer |
|
| InternalJobCompatibilityManager |
|
| InternalJobManager |
|
| InternalJobParentStateResolver |
|
| JobAddedTransactionListener |
|
| JobByCorrelationIdMatcher<E extends AbstractRuntimeJobEntity> |
|
| JobDataManager |
|
| JobDbSchemaManager |
|
| JobEntity |
Represents an async job: a piece of logic that needs to be executed asynchronously.
|
| JobEntityImpl |
Job entity.
|
| JobEntityManager |
|
| JobEntityManagerImpl |
|
| JobHandler |
|
| JobInfoDataManager<T extends JobInfoEntity> |
|
| JobInfoEntity |
|
| JobInfoEntityManager<T extends JobInfoEntity> |
|
| JobInfoEntityManagerImpl<T extends JobInfoEntity,DM extends JobInfoDataManager<T>> |
|
| 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.
|
| JobProcessor |
Job processor which is used to process job entities during the different job phases.
|
| JobProcessorContext |
|
| JobProcessorContext.Phase |
The job phases.
|
| JobProcessorContextImpl |
|
| JobProcessorUtil |
|
| JobQueryImpl |
|
| JobQueryProperty |
Contains the possible properties that can be used in a JobQuery.
|
| JobsByExecutionIdMatcher |
|
| JobService |
Service which provides access to jobs.
|
| JobServiceConfiguration |
This service configuration contains all settings and instances around job execution and management.
|
| JobServiceEntityConstants |
|
| JobServiceImpl |
|
| JobType |
The various types of JobEntity subtypes, as enum.
|
| LockExclusiveJobCmd |
|
| ManagedAsyncJobExecutor |
Deprecated.
|
| MoveDeadLetterJobToExecutableJobCmd |
|
| MoveDeadLetterJobToHistoryJobCmd |
|
| MoveJobToDeadLetterJobCmd |
|
| MoveSuspendedJobToExecutableJobCmd |
|
| MoveTimerJobsToExecutableJobsCmd |
|
| MoveTimerToExecutableJobCmd |
|
| MybatisDeadLetterJobDataManager |
|
| MybatisExternalWorkerJobDataManager |
|
| MybatisHistoryJobDataManager |
|
| MybatisJobDataManager |
|
| MybatisSuspendedJobDataManager |
|
| MybatisTimerJobDataManager |
|
| ResetExpiredJobsCmd |
|
| ResetExpiredJobsRunnable |
Runnable that checks the Job entities periodically for 'expired' jobs.
|
| ScopeAwareInternalJobManager |
|
| ServiceImpl |
|
| SetJobRetriesCmd |
|
| SetTimerJobRetriesCmd |
|
| SharedExecutorServiceAsyncExecutor |
|
| SuspendedJobDataManager |
|
| SuspendedJobEntity |
Suspended jobs are stored separately to increase the normal job query performance
|
| SuspendedJobEntityImpl |
TimerJob entity, necessary for persistence.
|
| SuspendedJobEntityManager |
|
| SuspendedJobEntityManagerImpl |
|
| SuspendedJobQueryImpl |
|
| SuspendedJobsByExecutionIdMatcher |
|
| TenantAwareAcquireAsyncJobsDueRunnable |
|
| TenantAwareAcquireTimerJobsRunnable |
|
| TenantAwareAsyncExecutor |
Interface for AsyncExecutor implementations used in conjunction with the MultiSchemaMultiTenantProcessEngineConfiguration.
|
| TenantAwareAsyncExecutorFactory |
|
| TenantAwareExecuteAsyncRunnable |
|
| TenantAwareExecuteAsyncRunnableFactory |
|
| TenantAwareResetExpiredJobsRunnable |
|
| TimerJobDataManager |
|
| TimerJobEntity |
Stub of the common parts of a timer job.
|
| TimerJobEntityImpl |
TimerJob entity, necessary for persistence.
|
| TimerJobEntityManager |
|
| TimerJobEntityManagerImpl |
|
| TimerJobQueryImpl |
|
| TimerJobsByExecutionIdMatcher |
|
| TimerJobsByScopeIdAndSubScopeIdMatcher |
|
| TimerJobScheduler |
|
| TimerJobSchedulerImpl |
|
| TimerJobService |
Service which provides access to timer jobs.
|
| TimerJobServiceImpl |
|
| TriggerAsyncHistoryExecutorTransactionListener |
|
| UnacquireAsyncHistoryJobExceptionHandler |
|
| UnacquireOwnedJobsCmd |
|
| UnlockExclusiveJobCmd |
|
| UnlockTimerJobsCmd |
|