Java org.springframework.batch.core.configuration.support AutomaticJobRegistrar fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.configuration.support AutomaticJobRegistrar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.configuration.support AutomaticJobRegistrar.

The text is from its open source code.

Constructor

Method

voidaddApplicationContextFactory(ApplicationContextFactory applicationContextFactory)
Add some factories to the set that will be used to load contexts and jobs.
voidsetApplicationContextFactories(ApplicationContextFactory[] applicationContextFactories)
Add some factories to the set that will be used to load contexts and jobs.
voidsetJobLoader(JobLoader jobLoader)
The job loader that will be used to load and manage jobs.
voidstart()
Take all the contexts from the factories provided and pass them to the JobLoader .