Interface JobApi


public interface JobApi
  • Method Summary

    Modifier and Type
    Method
    Description
    com.dzidzi.job.dto.Job
    Get job by the given id.
  • Method Details

    • getJobById

      com.dzidzi.job.dto.Job getJobById(UUID jobId)
      Get job by the given id.
      Parameters:
      jobId - the id of the job
      Returns:
      the job found