Package jakarta.batch.api
Provides APIs used by Batch artifacts.
- Version:
- 2.0
-
Interface Summary Interface Description Batchlet A batchlet is type of batch step that can be used for any type of background processing that does not explicitly call for a chunk oriented approach.Decider A Decider receives control as part of a decision element in a job. -
Class Summary Class Description AbstractBatchlet The AbstractBatchlet provides default implementations of less commonly implemented methods. -
Annotation Types Summary Annotation Type Description BatchProperty Annotation used by batch artifacts and CDI Beans to declare a field or other element which is injectable via a JSL-defined value (possibly leveraging Job XML substitutions).