csw.command.client.messages.ContainerCommonMessage
See theContainerCommonMessage companion trait
object ContainerCommonMessage
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
case class GetComponents(replyTo: ActorRef[Components]) extends ContainerCommonMessage
Represents a message to get all components started in a container
Represents a message to get all components started in a container
Value parameters
- replyTo
-
represents the actor that will receive a set of components
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContainerCommonMessagetrait ContainerMessagetrait RemoteMsgtrait CommandSerializableclass Objecttrait Matchableclass AnyShow all
case class GetContainerLifecycleState(replyTo: ActorRef[ContainerLifecycleState]) extends ContainerCommonMessage
Represents a message to get lifecycle state a container
Represents a message to get lifecycle state a container
Value parameters
- replyTo
-
represents the actor that will receive lifecycle state of a container
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ContainerCommonMessagetrait ContainerMessagetrait RemoteMsgtrait CommandSerializableclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article