Results 1 to 2 of 2

Thread: Filtered item listener

  1. #1

    Default Filtered item listener

    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.

  2. #2

    Default

    Nevermind, afterProcess is also called when result is null.

    So, to listen for filtered items, use @AfterProcess then check for null 'result' items.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •