Annotation Interface AfterChunkError


@Retention(RUNTIME) @Target(METHOD) public @interface AfterChunkError
Marks a method to be called after a chunk has failed and been marked for rollback.

Expected signature: void afterFailedChunk(ChunkContext context)
Since:
2.2
Author:
Michael Minella
See Also: