注释类型 OnWriteError


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface OnWriteError
    Marks a method to be called if an exception is thrown by an ItemWriter

    Expected signature: void onWriteError(Exception exception, List<? extends S> items)
    从以下版本开始:
    2.0
    作者:
    Lucas Ward
    另请参阅:
    ItemWriteListener