Package org.wildfly.clustering.ejb.timer
Interface TimerManagerFactory<I,B extends Batch>
-
- Type Parameters:
I- the timer identifier typeB- the batch type
public interface TimerManagerFactory<I,B extends Batch>Factory for creating aTimerManager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimerManager<I,B>createTimerManager(TimerManagerConfiguration<I,B> configuration)
-
-
-
Method Detail
-
createTimerManager
TimerManager<I,B> createTimerManager(TimerManagerConfiguration<I,B> configuration)
-
-