Class DeprecatedFactoryConfiguration
java.lang.Object
com.github.marschall.spring.batch.inmemory.DeprecatedFactoryConfiguration
@Configuration
@Deprecated(forRemoval=true,
since="2.0.0")
public class DeprecatedFactoryConfiguration
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Defines theJobBuilderFactory
bean.Deprecated, for removal: This API element is subject to removal in a future version.Defines theStepBuilderFactory
bean.
-
Constructor Details
-
DeprecatedFactoryConfiguration
public DeprecatedFactoryConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
jobBuilders
Deprecated, for removal: This API element is subject to removal in a future version.Defines theJobBuilderFactory
bean.- Returns:
- the
JobBuilderFactory
bean.
-
stepBuilders
Deprecated, for removal: This API element is subject to removal in a future version.Defines theStepBuilderFactory
bean.- Returns:
- the
StepBuilderFactory
bean.
-