Package com.dzidzi.api
Interface JobApi
public interface JobApi
-
Method Summary
Modifier and TypeMethodDescriptioncom.dzidzi.job.dto.JobgetJobById(UUID jobId) Get job by the given id.
-
Method Details
-
getJobById
Get job by the given id.- Parameters:
jobId- the id of the job- Returns:
- the job found
-