public interface ChunkListener extends StepListener
Modifier and Type | Method and Description |
---|---|
void |
afterChunk()
Callback after the chunk is executed, outside the transaction.
|
void |
beforeChunk()
Callback before the chunk is executed, but inside the transaction.
|
Copyright © 2013 SpringSource. All rights reserved.