Uses of Record Class
ch.rswk.meta.engine.ActionService.ActionServiceConfig
Packages that use ActionService.ActionServiceConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of ActionService.ActionServiceConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as ActionService.ActionServiceConfigModifier and TypeFieldDescriptionprivate final ActionService.ActionServiceConfig
EngineLauncher.EngineConfig.action
The field for theaction
record component.Methods in ch.rswk.meta.engine that return ActionService.ActionServiceConfigModifier and TypeMethodDescriptionEngineLauncher.EngineConfig.action()
Returns the value of theaction
record component.Constructors in ch.rswk.meta.engine with parameters of type ActionService.ActionServiceConfigModifierConstructorDescriptionActionService
(ActionService.ActionServiceConfig config, MetaService metaService, EngineRuntime runtime, MetaValidator validator) EngineConfig
(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. -
Uses of ActionService.ActionServiceConfig in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger that return ActionService.ActionServiceConfigModifier and TypeMethodDescriptionEngineModule.getActionServiceConfig
(EngineLauncher.EngineConfig config) -
Uses of ActionService.ActionServiceConfig in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as ActionService.ActionServiceConfigModifier and TypeFieldDescriptionstatic final ActionService.ActionServiceConfig
ActionServiceTest.TEST_CONFIG
-
Uses of ActionService.ActionServiceConfig in ch.rswk.meta.engine.test.dagger
Methods in ch.rswk.meta.engine.test.dagger with parameters of type ActionService.ActionServiceConfigModifier and TypeMethodDescriptionActionExecuteResourceTestComponent.Builder.actionConfig
(ActionService.ActionServiceConfig config) ActionServiceTestComponent.Builder.actionConfig
(ActionService.ActionServiceConfig config)