Hi:
I am looking at the documentation and it states:
'The evictor has the ability to remove elements from a window after the trigger fires and before and/or after the window function is applied. '
I understand that if we use evictor's before method (evictBefore) it can remove items before invocation of the window computation. But I am not sure what is the use of the evictor's after method (evictAfter) ?
Please let me know where I can find information about what are the use cases for evictor's after method (evictorAfter).
Thanks
Mans