esw.agent.pekko.client.models
Members list
Type members
Classlikes
Represents an identity to a container.
Represents an identity to a container.
Value parameters
- componentType
-
csw.location.api.models.ComponentType - type of container : HCD / Assembly / Container.
- prefix
-
csw.prefix.models.Prefix - unique prefix that will be used to register this container in location service.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait AgentActorCodecstrait AgentCodecstrait LocationCodecstrait LocationCodecsBasetrait CommonCodecsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ComponentInfo.type
ADT representation of config file location.
ADT representation of config file location.
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Enum[ConfigFileLocation]class Objecttrait Matchableclass AnyShow all
- Self type
-
ConfigFileLocation.type
This is a representation of a single Container. It is collectively being used in HostConfig. For e.g. { orgName: "com.github.tmtsoftware.sample" deployModule: "csw-sampledeploy" appName: "csw.sampledeploy.SampleContainerCmdApp" version: "0.0.1" configFilePath: "confPath1.conf" configFileLocation: "Local" }
This is a representation of a single Container. It is collectively being used in HostConfig. For e.g. { orgName: "com.github.tmtsoftware.sample" deployModule: "csw-sampledeploy" appName: "csw.sampledeploy.SampleContainerCmdApp" version: "0.0.1" configFilePath: "confPath1.conf" configFileLocation: "Local" }
Value parameters
- appName
-
- complete reference name of the Application.
- configFileLocation
-
ConfigFileLocation - Type of the config file location.
- configFilePath
-
java.lang.String - Path of the config file for the application.
- deployModule
-
- name of the module which needs to be started.
- orgName
-
- name of the organization. Ideally this would be same as github repo name/ package name.
- version
-
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait AgentActorCodecstrait AgentCodecstrait LocationCodecstrait LocationCodecsBasetrait CommonCodecsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ContainerConfig.type
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait AgentActorCodecstrait AgentCodecstrait LocationCodecstrait LocationCodecsBasetrait CommonCodecsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ContainerInfo.type
This is a representation for the config file of a Agent.
This is a representation for the config file of a Agent.
Value parameters
- containers
-
- list of ContainerConfig that will be used to spawn containers by the agent while it is getting spawned.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait AgentActorCodecstrait AgentCodecstrait LocationCodecstrait LocationCodecsBasetrait CommonCodecsclass Objecttrait Matchableclass AnyShow all
- Self type
-
HostConfig.type