esw.agent.pekko.client.models

Members list

Type members

Classlikes

case class ComponentInfo(prefix: Prefix, componentType: ComponentType)

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait AgentCodecs
trait LocationCodecs
trait LocationCodecsBase
trait CommonCodecs
class Object
trait Matchable
class Any
Show all
Self type
sealed trait ConfigFileLocation extends EnumEntry

Attributes

Companion
object
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Local
object Remote
object ConfigFileLocation extends Enum[ConfigFileLocation]

ADT representation of config file location.

ADT representation of config file location.

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
trait Enum[ConfigFileLocation]
class Object
trait Matchable
class Any
Show all
Self type
case class ContainerConfig(orgName: String, deployModule: String, appName: String, version: String, configFilePath: Path, configFileLocation: ConfigFileLocation)

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait AgentCodecs
trait LocationCodecs
trait LocationCodecsBase
trait CommonCodecs
class Object
trait Matchable
class Any
Show all
Self type
case class ContainerInfo(name: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait AgentCodecs
trait LocationCodecs
trait LocationCodecsBase
trait CommonCodecs
class Object
trait Matchable
class Any
Show all
Self type
case class HostConfig(containers: List[ContainerConfig])

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HostConfig extends AgentActorCodecs

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait AgentCodecs
trait LocationCodecs
trait LocationCodecsBase
trait CommonCodecs
class Object
trait Matchable
class Any
Show all
Self type
HostConfig.type