Class JobSubmitResponseBody

java.lang.Object
org.apache.flink.runtime.rest.messages.job.JobSubmitResponseBody
All Implemented Interfaces:
ResponseBody

public final class JobSubmitResponseBody extends Object implements ResponseBody
Response to the submission of a job, containing a URL from which the status of the job can be retrieved from.
  • Field Details

    • FIELD_NAME_JOB_URL

      public static final String FIELD_NAME_JOB_URL
      See Also:
    • jobUrl

      public final String jobUrl
      The URL under which the job status can monitored.
  • Constructor Details

    • JobSubmitResponseBody

      public JobSubmitResponseBody(String jobUrl)
  • Method Details