Uses of Interface
org.springframework.batch.core.configuration.JobRegistry
Packages that use JobRegistry
Package
Description
Annotations and builder factories for java based configuration
Specific implementations of configuration concerns.
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of JobRegistry in org.springframework.batch.core.configuration.annotation
Methods in org.springframework.batch.core.configuration.annotation that return JobRegistryModifier and TypeMethodDescriptionAbstractBatchConfiguration.jobRegistry()SimpleBatchConfiguration.jobRegistry() -
Uses of JobRegistry in org.springframework.batch.core.configuration.support
Classes in org.springframework.batch.core.configuration.support that implement JobRegistryModifier and TypeClassDescriptionclassSimple, thread-safe, map-based implementation ofJobRegistry.Methods in org.springframework.batch.core.configuration.support with parameters of type JobRegistryModifier and TypeMethodDescriptionvoidDefaultJobLoader.setJobRegistry(JobRegistry jobRegistry) TheJobRegistryto use for jobs created.voidJobFactoryRegistrationListener.setJobRegistry(JobRegistry jobRegistry) Public setter for aJobRegistryto use for all the bind and unbind events.voidJobRegistryBeanPostProcessor.setJobRegistry(JobRegistry jobRegistry) Injection setter forJobRegistry.Constructors in org.springframework.batch.core.configuration.support with parameters of type JobRegistryModifierConstructorDescriptionDefaultJobLoader(JobRegistry jobRegistry) Creates a job loader with the job registry provided.DefaultJobLoader(JobRegistry jobRegistry, StepRegistry stepRegistry) Creates a job loader with the job and step registries provided. -
Uses of JobRegistry in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type JobRegistryModifier and TypeMethodDescriptionvoidJobRegistryBackgroundJobRunner.setJobRegistry(JobRegistry jobRegistry) A job registry that can be used to create a job loader (if none is provided).