org.springframework.batch.core.annotation
Annotation Type OnSkipInProcess


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnSkipInProcess

Marks a method to be called when an item is skipped due to an exception thrown in the ItemProcessor.

Expected signature: void onSkipInProcess(T item, Throwable t)

Since:
2.0
Author:
Lucas Ward
See Also:
SkipListener



Copyright © 2013 SpringSource. All Rights Reserved.