Interface TimerRegistry<I>

  • Type Parameters:
    I - the timer identifier type

    public interface TimerRegistry<I>
    Exposes the mechanism for registering arbitrary timers with the system, e.g. management model.
    Author:
    Paul Ferraro
    • Method Detail

      • register

        void register​(I id)
      • unregister

        void unregister​(I id)