public interface Batchlet
A well-behaved batchlet responds to stop requests by implementing the stop method.
Modifier and Type | Method and Description |
---|---|
String |
process()
The process method does the work
of the batchlet.
|
void |
stop()
The stop method is invoked by the batch
runtime as part of JobOperator.stop()
method processing.
|
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.