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

public class Query extends Object implements SupervisorLockMessage, scala.Product, Serializable
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: