Package org.wildfly.clustering.ejb.timer
Interface TimerManagerConfiguration<I,B extends Batch>
-
- Type Parameters:
I- the timer identifier typeB- the batch type
- All Superinterfaces:
TimerManagerFactoryConfiguration<I>
public interface TimerManagerConfiguration<I,B extends Batch> extends TimerManagerFactoryConfiguration<I>
Encapsulates the configuration of aTimerManager.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeoutListener<I,B>getListener()-
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerManagerFactoryConfiguration
getIdentifierFactory, getRegistry, getTimerServiceConfiguration, isPersistent
-
-
-
-
Method Detail
-
getListener
TimeoutListener<I,B> getListener()
-
-