Class CommandMessage.Submit

java.lang.Object
csw.command.client.messages.CommandMessage.Submit
All Implemented Interfaces:
CommandMessage, CommandSerializationMarker.RemoteMsg, ComponentMessage, RunningMessage, SupervisorLockMessage, SupervisorMessage, SupervisorRunningMessage, TopLevelActorMessage, CommandSerializable, Serializable, scala.Equals, scala.Product
Enclosing interface:
CommandMessage

public static class CommandMessage.Submit extends Object implements CommandMessage, scala.Product, Serializable
Represents a submit kind of message that carries command to other component

param: command represents a command sent to other component param: replyTo represents the actor that will receive the command response

See Also: