Package org.springframework.batch.core.configuration
@NonNullApi
package org.springframework.batch.core.configuration
Interfaces for registration and location of job configurations.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionRepresents that an error has occurred in the configuration of the base batch infrastructure (the creation of a
JobRepository
, for example).Checked exception that indicates a name clash when registeringJob
instances.Strategy for creating a single job.A runtime service locator interface for retrieving job configurations byname
.A runtime service registry interface for registering job configurations byname
.A listable extension ofJobLocator
.