Interface Job.DefinitionStages.WithPriority

All Known Subinterfaces:
Job.Definition, Job.DefinitionStages.WithCreate
Enclosing interface:
Job.DefinitionStages

public static interface Job.DefinitionStages.WithPriority
The stage of the Job definition allowing to specify priority.
  • Method Details

    • withPriority

      Job.DefinitionStages.WithCreate withPriority(Priority priority)
      Specifies the priority property: Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal..
      Parameters:
      priority - Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.
      Returns:
      the next definition stage.