Package jakarta.batch.api
Class AbstractBatchlet
- java.lang.Object
-
- jakarta.batch.api.AbstractBatchlet
-
-
Constructor Summary
Constructors Constructor Description AbstractBatchlet()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
process()
Implement process logic for the Batchlet in this method.void
stop()
Override this method if the Batchlet will end in response to the JobOperator.stop() operation.
-