Interface CommandResponse

All Superinterfaces:
CommandSerializable
All Known Subinterfaces:
CommandResponse.MatchingResponse, CommandResponse.OnewayResponse, CommandResponse.SubmitResponse, CommandResponse.ValidateCommandResponse, CommandResponse.ValidateResponse
All Known Implementing Classes:
CommandResponse.Accepted, CommandResponse.Cancelled, CommandResponse.Completed, CommandResponse.Error, CommandResponse.Invalid, CommandResponse.Locked, CommandResponse.Started

public interface CommandResponse extends CommandSerializable
  • Method Details

    • runId

      Id runId()
      A helper method to get the runId for this command response

      Returns:
      the runId of command for which this response is created