JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.springframework.batch.core.annotation
AfterChunk
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface AfterChunk
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
AfterChunk
Marks a method to be called after a chunk is processed.
Expected signature: void afterChunk(Chunk)
Since:
2.0
Author:
Lucas Ward, Mahmoud Ben Hassine
See Also:
ChunkListener.afterChunk(Chunk)