Interface TimerManagerFactory<I,B extends Batch>

Type Parameters:
I - the timer identifier type
B - the batch type

public interface TimerManagerFactory<I,B extends Batch>
Factory for creating a TimerManager.
Author:
Paul Ferraro