Uses of Class
io.higson.runtime.sync.WatcherConfig
Packages that use WatcherConfig
-
Uses of WatcherConfig in io.higson.runtime.core
Methods in io.higson.runtime.core that return WatcherConfigModifier and TypeMethodDescriptionHigsonEngineFactory.getFunctionWatcherConfig()Deprecated, for removal: This API element is subject to removal in a future version.HigsonEngineFactory.getParamWatcherConfig()Deprecated, for removal: This API element is subject to removal in a future version.UseHigsonEngineFactory.watchersConfigandgetParamWatcherConfig()insteadHigsonEngineFactory.getRefreshWatcherConfig()Deprecated, for removal: This API element is subject to removal in a future version.UseHigsonEngineFactory.watchersConfigandgetRefreshWatcherConfig()insteadMethods in io.higson.runtime.core with parameters of type WatcherConfigModifier and TypeMethodDescriptionHigsonEngineFactory.createUserRegionVersionWatcher(WatcherConfig config) HigsonEngineFactory.createVersionWatcher(WatcherConfig config) voidHigsonEngineFactory.setRefreshWatcherConfig(WatcherConfig conf) Deprecated, for removal: This API element is subject to removal in a future version.useHigsonEngineFactory.watchersConfigand setrefreshWatcherConfigHigsonEngineFactory.startDomainWatcher(WatcherConfig watcherConf) Creates and starts domain runtime watcher, if flagHigsonEngineFactory.enableDomainCacheistrue.HigsonEngineFactory.startFunctionWatcher(WatcherConfig config) Creates, inject watcher event listener and starts functions runtime watcher.HigsonEngineFactory.startParamWatcher(WatcherConfig config) Creates, inject watcher event listener and starts parameters runtime watcher.HigsonEngineFactory.startRefreshWatcher(WatcherConfig config) Creates and starts refresh runtime watcher, that is responsible for evicting parameters from cache.HigsonEngineFactory.startVersionWatcher(WatcherConfig config) Creates and starts version runtime watcher. -
Uses of WatcherConfig in io.higson.runtime.sync
Subclasses of WatcherConfig in io.higson.runtime.syncModifier and TypeClassDescriptionclassThis class supports extra configuration forDomainRuntimeWatcher.Fields in io.higson.runtime.sync declared as WatcherConfigMethods in io.higson.runtime.sync that return WatcherConfigModifier and TypeMethodDescriptionWatcherConfig.delay(int startDelaySeconds) WatcherConfig.error(int errorSeconds) WatcherConfig.force(int forceSeconds) BaseWatcher.getConfig()WatcherConfig.pause(int pauseSeconds) Methods in io.higson.runtime.sync with parameters of type WatcherConfig
HigsonEngineFactory.watchersConfigandgetFunctionWatcherConfig()instead