Class VoidTriggerable<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 Implemented Interfaces:
    Triggerable<K,​N>

    @Internal
    public final class VoidTriggerable<K,​N>
    extends Object
    implements Triggerable<K,​N>
    A Triggerable that does nothing.