RESOLVED - issue BATCH-404: FactoryBeans for step configuration
http://jira.springframework.org/browse/BATCH-404 ItemProcessor -> ItemHandler.
This commit is contained in:
@@ -20,7 +20,7 @@ public class RetrySampleItemWriter extends AbstractItemWriter {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return number of times {@link #process(Object)} method was called.
|
||||
* @return number of times {@link #handle(Object)} method was called.
|
||||
*/
|
||||
public int getCounter() {
|
||||
return counter;
|
||||
|
||||
Reference in New Issue
Block a user