Interface Batchlet

All Known Implementing Classes:
AbstractBatchlet

public interface 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.

A well-behaved batchlet responds to stop requests by implementing the stop method.