Package csw.command.client.messages
Class QueryFinal
- java.lang.Object
-
- csw.command.client.messages.QueryFinal
-
- All Implemented Interfaces:
CommandSerializationMarker.RemoteMsg
,ComponentMessage
,SupervisorLockMessage
,SupervisorMessage
,SupervisorRunningMessage
,CommandSerializable
,java.io.Serializable
,scala.Equals
,scala.Product
public class QueryFinal extends java.lang.Object implements SupervisorLockMessage, scala.Product, java.io.Serializable
Represents a message to subscribe to change in command status of a command running on some componentparam: runId represents an unique identifier of command param: replyTo represents the actor that will receive the notification of change in command status
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.command.client.messages.SupervisorLockMessage
SupervisorLockMessage.Lock, SupervisorLockMessage.Lock$, SupervisorLockMessage.Unlock, SupervisorLockMessage.Unlock$
-
-
Constructor Summary
Constructors Constructor Description QueryFinal(Id runId, akka.actor.typed.ActorRef<CommandResponse.SubmitResponse> replyTo)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract static R
apply(T1 v1, T2 v2)
akka.actor.typed.ActorRef<CommandResponse.SubmitResponse>
replyTo()
Id
runId()
static java.lang.String
toString()
-
-
-
Constructor Detail
-
QueryFinal
public QueryFinal(Id runId, akka.actor.typed.ActorRef<CommandResponse.SubmitResponse> replyTo)
-
-
Method Detail
-
apply
public abstract static R apply(T1 v1, T2 v2)
-
toString
public static java.lang.String toString()
-
runId
public Id runId()
-
replyTo
public akka.actor.typed.ActorRef<CommandResponse.SubmitResponse> replyTo()
-
-