注释类型 OnSkipInRead


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface OnSkipInRead
    Marks a method to be called when an item is skipped due to an exception thrown in the ItemReader

    Expected signature: void onSkipInRead(Throwable t)
    从以下版本开始:
    2.0
    作者:
    Lucas Ward
    另请参阅:
    SkipListener