Uses of Class
org.kiwiproject.consul.cache.ConsulCache.Scheduler
Packages that use ConsulCache.Scheduler
-
Uses of ConsulCache.Scheduler in org.kiwiproject.consul.cache
Methods in org.kiwiproject.consul.cache that return ConsulCache.SchedulerModifier and TypeMethodDescriptionprotected static ConsulCache.SchedulerConsulCache.createDefault()protected static ConsulCache.SchedulerConsulCache.createExternal(ScheduledExecutorService executor) Constructors in org.kiwiproject.consul.cache with parameters of type ConsulCache.SchedulerModifierConstructorDescriptionprotectedConsulCache(Function<V, K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor, ConsulCache.Scheduler callbackScheduler)