Is there a listener for filtered items by the item processor?
Looks like afterProcess(item, result) is only called when 'result' is not null.
Thanks.
Is there a listener for filtered items by the item processor?
Looks like afterProcess(item, result) is only called when 'result' is not null.
Thanks.
Nevermind, afterProcess is also called when result is null.
So, to listen for filtered items, use @AfterProcess then check for null 'result' items.