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 Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product