@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterChunkError
Marks a method to be called after a has failed and been
marked for rollback.
Expected signature: void afterFailedChunk(ChunkContext context)
- Since:
- 2.2
- Author:
- Michael Minella
- See Also:
ChunkListener.afterChunkError(ChunkContext context)