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 Summary

    Modifier and Type
    Method
    Description
    void
    register(I id)
     
    void
     
  • Method Details

    • register

      void register(I id)
    • unregister

      void unregister(I id)