A launch context that represents an actor that has to be launched in container.
Contains all the necessary information to launch a new instance in container.
Contains all the necessary information to launch a new instance in container.
the unique name of the container.
the number of CPUs that will be allocated for each instance of this container.
the amount of RAM in MB that will be allocated for each instance of this container.
the list of actors that will be deployed. See ActorLaunchContext.
the list of JVM arguments that will be passed to each instance of this container. I.e. "-Xmx1g"
the map of JVM properties that will be passed to each instance of this container. This map reflects the behaviour of the "-Dproperty=value" JVM argument.
the map of environment variables that will passed to each instance of this container. The key of the map is an environment variable name and the value is a variable's value.
Represents a unique ID of the instance.
Represents a unique ID of the instance.
the name of the container this instance belongs to.
the unique ID of the instance.
A complete information about the instance.
Represents a status of the instance.
The unique ID of the API request.
The unique ID of the API request.
the unique ID.
A launch context that represents an actor that has to be launched in container.
the name of the actor.
the full qualified name of the actor, i.e. "com.myproject.MyActor".