Class AsyncCountTrigger<W extends Window>

  • Type Parameters:
    W - The type of Windows on which this trigger can operate.
    All Implemented Interfaces:
    Serializable

    @Experimental
    public class AsyncCountTrigger<W extends Window>
    extends AsyncTrigger<Object,​W>
    A AsyncTrigger that fires once the count of elements in a pane reaches the given count. This is for async window operator.
    See Also:
    Serialized Form