Uses of Class
org.springframework.batch.core.configuration.BatchConfigurationException
Packages that use BatchConfigurationException
Package
Description
Specific implementations of configuration concerns.
-
Uses of BatchConfigurationException in org.springframework.batch.core.configuration.support
Methods in org.springframework.batch.core.configuration.support that throw BatchConfigurationExceptionModifier and TypeMethodDescriptionDefaultBatchConfiguration.jobExplorer()DefaultBatchConfiguration.jobLauncher()Deprecated, for removal: This API element is subject to removal in a future version.Since 5.2.DefaultBatchConfiguration.jobLauncher(JobRepository jobRepository) Define a job launcher bean.DefaultBatchConfiguration.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.DefaultBatchConfiguration.jobRegistry()DefaultBatchConfiguration.jobRegistryBeanPostProcessor()Deprecated, for removal: This API element is subject to removal in a future version.DefaultBatchConfiguration.jobRegistrySmartInitializingSingleton(JobRegistry jobRegistry) Define aJobRegistrySmartInitializingSingletonbean.DefaultBatchConfiguration.jobRepository()