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 a
TimerManager.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptioncreateTimerManager(TimerManagerConfiguration<I, B> configuration)
-
Method Details
-
createTimerManager
-