Uses of Class
ch.rswk.meta.engine.EngineEventBus
Packages that use EngineEventBus
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of EngineEventBus in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as EngineEventBusModifier and TypeFieldDescriptionprivate final EngineEventBusEngineRuntime.AbstractConfigWatcher.eventBusprivate final EngineEventBusEngineRuntime.eventBusMethods in ch.rswk.meta.engine that return EngineEventBusConstructors in ch.rswk.meta.engine with parameters of type EngineEventBusModifierConstructorDescriptionprotectedAbstractConfigWatcher(Path configPath, EngineEventBus eventBus) ConfigWatcher(Path configPath, EngineEventBus eventBus) EngineRuntime(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 EngineEventBus in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger with parameters of type EngineEventBusModifier and TypeMethodDescriptionEngineModule.getEngineConfigWatcher(Path engineConfigPath, EngineEventBus eventBus)