Interface TimerManager<I,​B extends Batch>

  • Type Parameters:
    I - the timer identifier type
    B - the batch type
    All Superinterfaces:
    Restartable

    public interface TimerManager<I,​B extends Batch>
    extends Restartable
    Manages creation, retrieval, and scheduling of timers.
    Author:
    Paul Ferraro