Interface CommandMessage

All Superinterfaces:
CommandSerializable, CommandSerializationMarker.RemoteMsg, ComponentMessage, RunningMessage, SupervisorLockMessage, SupervisorMessage, SupervisorRunningMessage, TopLevelActorMessage
All Known Implementing Classes:
CommandMessage.Oneway, CommandMessage.Submit, CommandMessage.Validate

public interface CommandMessage extends RunningMessage, SupervisorLockMessage
Represent messages that carry commands sent from one component to other
  • Method Details

    • command

      ControlCommand command()
      Represents a command sent to other component
      Returns:
      (undocumented)
    • replyTo

      akka.actor.typed.ActorRef<CommandResponse.Locked> replyTo()
      Represents the actor that will receive the Locked response for Submit, Oneway and Validate kind of commands
      Returns:
      (undocumented)