Interface InternalTimer<K,​N>

    • Method Detail

      • getTimestamp

        long getTimestamp()
        Returns the timestamp of the timer. This value determines the point in time when the timer will fire.
      • getKey

        @Nonnull
        K getKey()
        Returns the key that is bound to this timer.
        Specified by:
        getKey in interface Keyed<K>
      • getNamespace

        @Nonnull
        N getNamespace()
        Returns the namespace that is bound to this timer.