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.WatchdogServiceConfig
AbstractBootstrapTest.newTestWatchdogServiceConfig
(Provision.ProvisionConfig config) Methods in ch.rswk.bootstrap.core.test with parameters of type WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionprotected static EngineLauncher.EngineConfig
AbstractBootstrapTest.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.WatchdogServiceConfig
EngineLauncher.EngineConfig.watchdog
The field for thewatchdog
record component.Methods in ch.rswk.meta.engine that return WatchdogService.WatchdogServiceConfigModifier and TypeMethodDescriptionEngineLauncher.EngineConfig.watchdog()
Returns the value of thewatchdog
record 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 aEngineConfig
record 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.WatchdogServiceConfig
WatchdogServiceTest.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.EngineConfig
Fixture.newTestEngineConfig
(@Nullable DatabaseService.DatabaseServiceDataSourceConfig dataSourceConfig, @Nullable HttpService.HttpServiceConfig httpConfig, WatchdogService.WatchdogServiceConfig watchdogConfig)