| Interface | Description |
|---|---|
| IPendingJob | |
| IPendingOperationExecutor |
Factory type which generates an executor instance
|
| IPendingOperationExecutor2 |
This extended version of
IPendingOperationExecutor allows operations that failed in
some way to be skipped when part of a group. |
| IPendingOperationListener |
Interface which can be used to listen to events on the pending operation queue.
|
| IPollQueueTaskProvider |
A thingy which gets polled regularly for new tasks to execute by the
polling queue provider.
|
| Class | Description |
|---|---|
| PendingJobExecutor | |
| PendingJobProgressInfo |
Represent current progress path and percentage of
queried pending operation.
|
| PendingOperation |
Represents a pending operation in the pending operation queue.
|
| PendingOperationTask |
This is a runnable which tries to execute one or more PendingOperations.
|
| PendingOperationTaskProvider |
This polled task provider checks for tasks to execute in the sys_pending_operations table.
|
| PolledActionQueue |
Queue containing jobs to execute.
|
| PollingWorkerQueue |
Generic Executor which polls for jobs to execute.
|
| Enum | Description |
|---|---|
| PendingOperationState |
| Exception | Description |
|---|---|
| PendingOperationSerializationException |
Copyright © 2017 etc.to. All rights reserved.