RESOLVED - issue BATCH-420: ChunkListener
http://jira.springframework.org/browse/BATCH-420
This commit is contained in:
@@ -25,7 +25,13 @@ package org.springframework.batch.core.domain;
|
||||
*/
|
||||
public interface ChunkListener extends BatchListener {
|
||||
|
||||
/**
|
||||
* Callback before the chunk is executed, but inside the transaction.
|
||||
*/
|
||||
void beforeChunk();
|
||||
|
||||
/**
|
||||
* Callback after the chunk is executed, but inside the transaction.
|
||||
*/
|
||||
void afterChunk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user