Uses of Record Class
ch.rswk.meta.engine.WatchdogService.WatchdogServiceConfig
Packages that use WatchdogService.WatchdogServiceConfig
Package
Description
bootstrap-core-test is the test module for bootstrap-core.
meta-engine is the backend of every application based on meta.
meta-test is the test module for meta-core, meta-client and meta-engine.
-
Uses of WatchdogService.WatchdogServiceConfig in ch.rswk.bootstrap.core.test
Methods in ch.rswk.bootstrap.core.test that return WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionprotected static WatchdogService.WatchdogServiceConfigAbstractBootstrapTest.newTestWatchdogServiceConfig(Provision.ProvisionConfig config) Methods in ch.rswk.bootstrap.core.test with parameters of type WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionprotected static EngineLauncher.EngineConfigAbstractBootstrapTest.copyEngineConfig(EngineLauncher.EngineConfig engineConfig, WatchdogService.WatchdogServiceConfig watchdogConfig) -
Uses of WatchdogService.WatchdogServiceConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as WatchdogService.WatchdogServiceConfigModifier and TypeFieldDescriptionprivate final WatchdogService.WatchdogServiceConfigEngineLauncher.EngineConfig.watchdogThe field for thewatchdogrecord component.Methods in ch.rswk.meta.engine that return WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionEngineLauncher.EngineConfig.watchdog()Returns the value of thewatchdogrecord component.Constructors in ch.rswk.meta.engine with parameters of type WatchdogService.WatchdogServiceConfigModifierConstructorDescriptionEngineConfig(ActionService.ActionServiceConfig action, DatabaseService.DatabaseServiceConfig database, FileService.FileServiceConfig file, GatewayService.GatewayServiceConfig gateway, HttpService.HttpServiceConfig http, LoggingService.LoggingServiceConfig logging, MetaService.MetaServiceConfig meta, EngineRuntime.EngineRuntimeConfig runtime, UserService.UserServiceConfig user, WatchdogService.WatchdogServiceConfig watchdog, EngineWebSocketController.EngineWebSocketControllerConfig websocket) Creates an instance of aEngineConfigrecord class.WatchdogService(WatchdogService.WatchdogServiceConfig config, FileService fileService, MetaService metaService, EngineRuntime runtime, UserService userService) -
Uses of WatchdogService.WatchdogServiceConfig in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger that return WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionEngineModule.getWatchdogServiceConfig(EngineLauncher.EngineConfig config) -
Uses of WatchdogService.WatchdogServiceConfig in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as WatchdogService.WatchdogServiceConfigModifier and TypeFieldDescriptionstatic final WatchdogService.WatchdogServiceConfigWatchdogServiceTest.TEST_CONFIG -
Uses of WatchdogService.WatchdogServiceConfig in ch.rswk.meta.engine.test.dagger
Methods in ch.rswk.meta.engine.test.dagger with parameters of type WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionWatchdogServiceTestComponent.Builder.watchdogConfig(WatchdogService.WatchdogServiceConfig config) -
Uses of WatchdogService.WatchdogServiceConfig in ch.rswk.meta.test
Methods in ch.rswk.meta.test with parameters of type WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionstatic EngineLauncher.EngineConfigFixture.newTestEngineConfig(@Nullable DatabaseService.DatabaseServiceDataSourceConfig dataSourceConfig, @Nullable HttpService.HttpServiceConfig httpConfig, WatchdogService.WatchdogServiceConfig watchdogConfig)