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 Serializabletrait Producttrait Equalstrait SpawnCommandtrait AgentRemoteCommandtrait AgentPekkoSerializabletrait AgentCommandclass Objecttrait Matchableclass Any
Members list
In this article