Interface JobQueueRequest


public interface JobQueueRequest
Represents a request to queue a job for asynchronous execution.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Builder interface for creating a JobQueueRequest instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the job to be queued.
  • Method Details

    • getJobName

      String getJobName()
      Retrieves the name of the job to be queued.
      Returns:
      the job name