SpawnContainer

esw.agent.pekko.client.AgentCommand.SpawnCommand.SpawnContainer
case class SpawnContainer(replyTo: ActorRef[SpawnResponse], containerComponentId: ComponentId, containerConfig: ContainerConfig) extends SpawnCommand

This represents the message for Spawning a container.

Value parameters

containerComponentId
  • ComponentId of the container to be spawned.
containerConfig

esw.agent.pekko.client.models.ContainerConfig- Config for the container to be started.

replyTo
  • Pekko Agent Actor

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SpawnCommand
trait AgentCommand
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def commandArgs(extraArgs: List[String]): List[String]

Attributes

Definition Classes

Inherited methods

def componentId: ComponentId

Attributes

Inherited from:
SpawnCommand

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val connection: PekkoConnection
override val prefix: Prefix