Package csw.command.client.messages
Class CommandMessage.Validate
- java.lang.Object
- 
- csw.command.client.messages.CommandMessage.Validate
 
- 
- All Implemented Interfaces:
- CommandMessage,- CommandSerializationMarker.RemoteMsg,- ComponentMessage,- RunningMessage,- SupervisorLockMessage,- SupervisorMessage,- SupervisorRunningMessage,- TopLevelActorMessage,- CommandSerializable,- java.io.Serializable,- scala.Equals,- scala.Product
 - Enclosing interface:
- CommandMessage
 
 public static class CommandMessage.Validate extends java.lang.Object implements CommandMessage, CommandSerializationMarker.RemoteMsg, scala.Product, java.io.Serializable Represents a validate only kind of message that carries command to other componentparam: command represents a command sent to other component param: replyTo represents the actor that will receive the command response - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface csw.command.client.messages.CommandMessageCommandMessage.Oneway, CommandMessage.Oneway$, CommandMessage.Submit, CommandMessage.Submit$, CommandMessage.Validate, CommandMessage.Validate$
 - 
Nested classes/interfaces inherited from interface csw.command.client.messages.RunningMessageRunningMessage.Lifecycle, RunningMessage.Lifecycle$
 - 
Nested classes/interfaces inherited from interface csw.command.client.messages.SupervisorLockMessageSupervisorLockMessage.Lock, SupervisorLockMessage.Lock$, SupervisorLockMessage.Unlock, SupervisorLockMessage.Unlock$
 
- 
 - 
Constructor SummaryConstructors Constructor Description Validate(ControlCommand command, akka.actor.typed.ActorRef<CommandResponse.ValidateResponse> replyTo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlCommandcommand()Represents a command sent to other componentakka.actor.typed.ActorRef<CommandResponse.ValidateResponse>replyTo()Represents the actor that will receive the Locked response for Submit, Oneway and Validate kind of commands
 
- 
- 
- 
Constructor Detail- 
Validatepublic Validate(ControlCommand command, akka.actor.typed.ActorRef<CommandResponse.ValidateResponse> replyTo) 
 
- 
 - 
Method Detail- 
commandpublic ControlCommand command() Description copied from interface:CommandMessageRepresents a command sent to other component- Specified by:
- commandin interface- CommandMessage
- Returns:
- (undocumented)
 
 - 
replyTopublic akka.actor.typed.ActorRef<CommandResponse.ValidateResponse> replyTo() Description copied from interface:CommandMessageRepresents the actor that will receive the Locked response for Submit, Oneway and Validate kind of commands- Specified by:
- replyToin interface- CommandMessage
- Returns:
- (undocumented)
 
 
- 
 
-