Validate
csw.command.client.messages.CommandMessage.Validate
case class Validate(command: ControlCommand, replyTo: ActorRef[ValidateResponse]) extends CommandMessage
Represents a validate only kind of message that carries command to other component
Value parameters
- command
-
represents a command sent to other component
- replyTo
-
represents the actor that will receive the command response
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CommandMessagetrait SupervisorLockMessagetrait RunningMessagetrait RemoteMsgtrait CommandSerializabletrait SupervisorRunningMessagetrait ComponentMessagetrait TopLevelActorMessageclass Objecttrait Matchableclass Any
Members list
In this article