Uses of Interface
org.springframework.batch.core.configuration.StepRegistry
Packages that use StepRegistry
Package
Description
Specific implementations of configuration concerns.
-
Uses of StepRegistry in org.springframework.batch.core.configuration.support
Classes in org.springframework.batch.core.configuration.support that implement StepRegistryMethods in org.springframework.batch.core.configuration.support with parameters of type StepRegistryModifier and TypeMethodDescriptionvoidDefaultJobLoader.setStepRegistry(StepRegistry stepRegistry) TheStepRegistryto use for the steps of created jobs.Constructors in org.springframework.batch.core.configuration.support with parameters of type StepRegistryModifierConstructorDescriptionDefaultJobLoader(JobRegistry jobRegistry, StepRegistry stepRegistry) Creates a job loader with the job and step registries provided.