Package jakarta.batch.runtime.context
Provides APIs for context classes allowing data sharing across Batch artifacts within a job instance and within a step.
- Version:
- 2.0
-
Interface Summary Interface Description JobContext A JobContext provides information about the current job execution.StepContext A StepContext provides information about the current step of a job execution.