Package org.wildfly.clustering.ejb.timer
Interface TimerManagerConfiguration<I,B extends Batch>
-
- All Superinterfaces:
TimerManagerFactoryConfiguration<I>
public interface TimerManagerConfiguration<I,B extends Batch> extends TimerManagerFactoryConfiguration<I>
- 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
getBeanConfiguration, getIdentifierFactory, getRegistry, isPersistent
-
-
-
-
Method Detail
-
getListener
TimeoutListener<I,B> getListener()
-
-