jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Add close to processor so it can flush its state. Also add a call to the processor at checkpoint time. #126

Open follis opened 3 years ago

follis commented 3 years ago

The processor only gets control after a read returns things. Might be nice to have some other control points in the flow.