Uses of Interface
ch.rswk.meta.engine.EngineRuntime.FileWatcher
Packages that use EngineRuntime.FileWatcher
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of EngineRuntime.FileWatcher in ch.rswk.meta.engine
Classes in ch.rswk.meta.engine that implement EngineRuntime.FileWatcherModifier and TypeClassDescriptionstatic class
static class
Fields in ch.rswk.meta.engine with type parameters of type EngineRuntime.FileWatcherModifier and TypeFieldDescriptionprivate final Map
<String, EngineRuntime.FileWatcher> EngineRuntime.watchersByFileName
Methods in ch.rswk.meta.engine with parameters of type EngineRuntime.FileWatcherModifier and TypeMethodDescriptionvoid
EngineRuntime.registerFileWatcher
(EngineRuntime.FileWatcher watcher) Constructor parameters in ch.rswk.meta.engine with type arguments of type EngineRuntime.FileWatcherModifierConstructorDescriptionEngineRuntime
(AlertRegistry alertRegistry, EngineRuntime.EngineRuntimeConfig config, EngineEventBus eventBus, com.google.common.util.concurrent.ListeningExecutorService executor, com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry, com.codahale.metrics.MetricRegistry metricRegistry, com.google.common.util.concurrent.ListeningScheduledExecutorService scheduledExecutor, javax.inject.Provider<com.google.common.util.concurrent.ServiceManager> serviceManagerProvider, Set<EngineRuntime.FileWatcher> watchers) -
Uses of EngineRuntime.FileWatcher in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger that return types with arguments of type EngineRuntime.FileWatcherModifier and TypeMethodDescriptionEngineRuntimeModule.getDefaultFileWatchers()
EngineModule.getEngineConfigWatcher
(Path engineConfigPath, EngineEventBus eventBus)