Package jakarta.batch.api


package jakarta.batch.api
Provides APIs used by Batch artifacts.
  • Class
    Description
    The AbstractBatchlet provides default implementations of less commonly implemented methods.
    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.
    Annotation used by batch artifacts to declare a field which is injectable via a JSL-defined value (possibly leveraging Job XML substitutions).
    A Decider receives control as part of a decision element in a job.