Interface CommandMessage

    • Method Detail

      • 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)