QueryFinal
csw.command.client.messages.QueryFinal
case class QueryFinal(runId: Id, replyTo: ActorRef[SubmitResponse]) extends SupervisorLockMessage
Represents a message to subscribe to change in command status of a command running on some component
Value parameters
- replyTo
-
represents the actor that will receive the notification of change in command status
- runId
-
represents an unique identifier of command
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SupervisorLockMessagetrait RemoteMsgtrait CommandSerializabletrait SupervisorRunningMessagetrait ComponentMessageclass Objecttrait Matchableclass Any
Members list
In this article