Interface TimerManagerConfiguration<I,B extends Batch>

Type Parameters:
I - the timer identifier type
B - the batch type
All Superinterfaces:
TimerManagerFactoryConfiguration<I>

public interface TimerManagerConfiguration<I,B extends Batch> extends TimerManagerFactoryConfiguration<I>
Encapsulates the configuration of a TimerManager.
Author:
Paul Ferraro