public static class CommandMessage.Validate extends java.lang.Object implements CommandMessage, scala.Product, scala.Serializable
param: command represents a command sent to other component param: replyTo represents the actor that will receive the command response
CommandMessage.Oneway, CommandMessage.Oneway$, CommandMessage.Submit, CommandMessage.Submit$, CommandMessage.Validate, CommandMessage.Validate$
RunningMessage.Lifecycle, RunningMessage.Lifecycle$
SupervisorLockMessage.Lock, SupervisorLockMessage.Lock$, SupervisorLockMessage.Unlock, SupervisorLockMessage.Unlock$
Constructor and Description |
---|
Validate(ControlCommand command,
akka.actor.typed.ActorRef<CommandResponse.ValidateResponse> replyTo) |
Modifier and Type | Method and Description |
---|---|
ControlCommand |
command()
Represents a command sent to other component
|
akka.actor.typed.ActorRef<CommandResponse.ValidateResponse> |
replyTo()
Represents the actor that will receive the Locked response for Submit, Oneway and Validate kind of commands
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Validate(ControlCommand command, akka.actor.typed.ActorRef<CommandResponse.ValidateResponse> replyTo)
public ControlCommand command()
CommandMessage
command
in interface CommandMessage
public akka.actor.typed.ActorRef<CommandResponse.ValidateResponse> replyTo()
CommandMessage
replyTo
in interface CommandMessage