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
,Serializable
,scala.Equals
,scala.Product
public class QueryFinal
extends Object
implements SupervisorLockMessage, scala.Product, Serializable
Represents a message to subscribe to change in command status of a command running on some component
param: runId represents an unique identifier of command param: replyTo represents the actor that will receive the notification of change in command status
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface csw.command.client.messages.SupervisorLockMessage
SupervisorLockMessage.Lock, SupervisorLockMessage.Lock$, SupervisorLockMessage.Unlock, SupervisorLockMessage.Unlock$
-
Constructor Summary
ConstructorDescriptionQueryFinal
(Id runId, akka.actor.typed.ActorRef<CommandResponse.SubmitResponse> 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
-
QueryFinal
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
runId
-
replyTo
-