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
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- ContainerCommonMessage
public static class ContainerCommonMessage.GetContainerLifecycleState extends java.lang.Object implements ContainerCommonMessage, scala.Product, java.io.Serializable
Represents a message to get lifecycle state a containerparam: replyTo represents the actor that will receive lifecycle state of a container
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.command.client.messages.ContainerCommonMessage
ContainerCommonMessage.GetComponents, ContainerCommonMessage.GetComponents$, ContainerCommonMessage.GetContainerLifecycleState, ContainerCommonMessage.GetContainerLifecycleState$
-
-
Constructor Summary
Constructors Constructor Description GetContainerLifecycleState(akka.actor.typed.ActorRef<ContainerLifecycleState> replyTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.actor.typed.ActorRef<ContainerLifecycleState>
replyTo()
-
-
-
Constructor Detail
-
GetContainerLifecycleState
public GetContainerLifecycleState(akka.actor.typed.ActorRef<ContainerLifecycleState> replyTo)
-
-
Method Detail
-
replyTo
public akka.actor.typed.ActorRef<ContainerLifecycleState> replyTo()
-
-