| Interface | Description |
|---|---|
| PlanDefinition<T extends JobConfig,P extends java.io.Serializable,R extends java.io.Serializable> |
A job definition.
|
| Class | Description |
|---|---|
| AbstractVoidPlanDefinition<T extends JobConfig,P extends java.io.Serializable> |
An abstract job definition where the run task method does not return a value.
|
| NoopPlanDefinition |
This definition of a plan that does nothing.
|
| Enum | Description |
|---|---|
| PlanDefinitionRegistry |
The central registry of all the job definitions.
|
Copyright © 2022. All Rights Reserved.