Hi,
I'm using the GlobalWindow with a custom CountTrigger (similar to the CountTrigger provided by flink).
I'm also using an evictor to remove some of the elements from the window. Is it possible to update the count when an element is evicted? For example: can I access the ReducingState used by the countTrigger from my Evictor class, so that the count always reflects the number of elements in the windows?