Uses of Interface
jakarta.batch.operations.JobOperator
-
Packages that use JobOperator Package Description jakarta.batch.runtime Provides APIs for viewing the detailed outcomes and metrics of Batch job executions. -
-
Uses of JobOperator in jakarta.batch.runtime
Methods in jakarta.batch.runtime that return JobOperator Modifier and Type Method Description static JobOperator
BatchRuntime. getJobOperator()
The getJobOperator factory method returns an instance of the JobOperator interface.
-