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 a
TimerManager.- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.ejb.timer.TimerManagerFactoryConfiguration
getIdentifierFactory, getRegistry, getTimerServiceConfiguration, isPersistent
-
Method Details
-
getListener
TimeoutListener<I,B> getListener()
-