Uses of Interface
org.springframework.batch.core.launch.JobOperator
Package
Description
Specific implementations of configuration concerns.
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of JobOperator in org.springframework.batch.core.configuration.support
Modifier and TypeMethodDescriptionDefaultBatchConfiguration.jobOperator()
Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultBatchConfiguration.jobOperator
(JobRepository jobRepository, JobExplorer jobExplorer, JobRegistry jobRegistry, JobLauncher jobLauncher) Define a job operator bean. -
Uses of JobOperator in org.springframework.batch.core.launch.support
Modifier and TypeClassDescriptionclass
Simple implementation of the JobOperator interface.