Package csw.command.client.messages
Class Query
java.lang.Object
csw.command.client.messages.Query
- All Implemented Interfaces:
CommandSerializationMarker.RemoteMsg
,ComponentMessage
,SupervisorLockMessage
,SupervisorMessage
,SupervisorRunningMessage
,CommandSerializable
,Serializable
,scala.Equals
,scala.Product
Represents a message to query the 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 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
ConstructorDescriptionQuery
(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
-
Query
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
runId
-
replyTo
-