Package csw.command.client.messages
Class ContainerCommonMessage.GetContainerLifecycleState
java.lang.Object
csw.command.client.messages.ContainerCommonMessage.GetContainerLifecycleState
- All Implemented Interfaces:
CommandSerializationMarker.RemoteMsg
,ContainerActorMessage
,ContainerCommonMessage
,ContainerMessage
,CommandSerializable
,Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- ContainerCommonMessage
public static class ContainerCommonMessage.GetContainerLifecycleState
extends Object
implements ContainerCommonMessage, scala.Product, Serializable
Represents a message to get lifecycle state a container
param: replyTo represents the actor that will receive lifecycle state of a container
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface csw.command.client.messages.ContainerCommonMessage
ContainerCommonMessage.GetComponents, ContainerCommonMessage.GetComponents$, ContainerCommonMessage.GetContainerLifecycleState, ContainerCommonMessage.GetContainerLifecycleState$
-
Constructor Summary
ConstructorDescriptionGetContainerLifecycleState
(akka.actor.typed.ActorRef<ContainerLifecycleState> replyTo) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
GetContainerLifecycleState
-
-
Method Details
-
replyTo
-