接口 ItemProcessListener<T,​S>

    • 方法详细资料

      • afterProcess

        void afterProcess​(T item,
                          @Nullable
                          S result)
        Called after ItemProcessor.process(Object) returns. If the processor returns null, this method will still be called, with a {code null} result, allowing for notification of 'filtered' items.
        参数:
        item - to be processed
        result - of processing