Interface Triggerable<K,N>

Type Parameters:
K - Type of the keys to which timers are scoped.
N - Type of the namespace to which timers are scoped.
All Known Implementing Classes:
AsyncEvictingWindowOperator, AsyncIntervalJoinOperator, AsyncKeyedProcessOperator, AsyncWindowOperator, BatchCoBroadcastWithKeyedOperator, BatchGroupedReduceOperator, CoBroadcastWithKeyedOperator, EvictingWindowOperator, IntervalJoinOperator, KeyedCoProcessOperator, KeyedProcessOperator, LegacyKeyedCoProcessOperator, LegacyKeyedProcessOperator, WindowOperator

@Internal public interface Triggerable<K,N>
Interface for things that can be called by InternalTimerService.