Class TimerScheduler<I,V,C>
java.lang.Object
org.wildfly.clustering.ee.infinispan.scheduler.AbstractCacheEntryScheduler<I,ImmutableTimerMetaData>
org.wildfly.clustering.ejb.infinispan.timer.TimerScheduler<I,V,C>
- All Implemented Interfaces:
AutoCloseable,CacheEntryScheduler<I,,ImmutableTimerMetaData> Scheduler<I,ImmutableTimerMetaData>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionTimerScheduler(TimerFactory<I, V, C> factory, TimerManager<I, TransactionBatch> manager, Supplier<Locality> locality, Duration closeTimeout, TimerRegistry<I> registry) -
Method Summary
Methods inherited from class org.wildfly.clustering.ee.infinispan.scheduler.AbstractCacheEntryScheduler
cancel, cancel, close, schedule, stream, toString
-
Constructor Details
-
TimerScheduler
public TimerScheduler(TimerFactory<I, V, C> factory, TimerManager<I, TransactionBatch> manager, Supplier<Locality> locality, Duration closeTimeout, TimerRegistry<I> registry)
-
-
Method Details
-
schedule
-