JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.batch.core.annotation
Annotation Interface AfterChunk
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
AfterChunk
Marks a method to be called after a chunk is executed.
Expected signature: void afterChunk(ChunkContext context)
Since:
2.0
Author:
Lucas Ward
See Also:
ChunkListener.afterChunk(ChunkContext context)