Class CallableTaskletAdapter

java.lang.Object
org.springframework.batch.core.step.tasklet.CallableTaskletAdapter
All Implemented Interfaces:
Tasklet, org.springframework.beans.factory.InitializingBean

public class CallableTaskletAdapter extends Object implements Tasklet, org.springframework.beans.factory.InitializingBean
Adapts a Callable<RepeatStatus> to the Tasklet interface.
Author:
Dave Syer, Mahmoud Ben Hassine