Uses of Record Class
ch.rswk.meta.engine.GatewayService.GatewayServiceConfig
Packages that use GatewayService.GatewayServiceConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of GatewayService.GatewayServiceConfig in ch.rswk.meta.engine
Subclasses with type arguments of type GatewayService.GatewayServiceConfig in ch.rswk.meta.engineModifier and TypeClassDescriptionclassGatewayService for sending SMS, email and invoking webhooks.Fields in ch.rswk.meta.engine declared as GatewayService.GatewayServiceConfigModifier and TypeFieldDescriptionprivate final GatewayService.GatewayServiceConfigEngineLauncher.EngineConfig.gatewayThe field for thegatewayrecord component.Methods in ch.rswk.meta.engine that return GatewayService.GatewayServiceConfigModifier and TypeMethodDescriptionEngineLauncher.EngineConfig.gateway()Returns the value of thegatewayrecord component.Constructors in ch.rswk.meta.engine with parameters of type GatewayService.GatewayServiceConfigModifierConstructorDescriptionEngineConfig(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.GatewayService(GatewayService.GatewayServiceConfig config, EngineRuntime runtime) -
Uses of GatewayService.GatewayServiceConfig in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger that return GatewayService.GatewayServiceConfigModifier and TypeMethodDescriptionEngineModule.getGatewayServiceConfig(EngineLauncher.EngineConfig config) EngineUpdaterServicesModule.getGatewayServiceConfig(EngineLauncher.EngineConfig config) -
Uses of GatewayService.GatewayServiceConfig in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as GatewayService.GatewayServiceConfigModifier and TypeFieldDescriptionstatic final GatewayService.GatewayServiceConfigGatewayServiceTest.TEST_CONFIG -
Uses of GatewayService.GatewayServiceConfig in ch.rswk.meta.engine.test.dagger
Methods in ch.rswk.meta.engine.test.dagger with parameters of type GatewayService.GatewayServiceConfigModifier and TypeMethodDescriptionGatewayServiceTestComponent.Builder.gatewayConfig(GatewayService.GatewayServiceConfig config)