Interface QueueClient
public interface QueueClient
-
Method Summary
Modifier and TypeMethodDescriptionGet the status of a jobGet the status of a jobsubmit(GenerateRequest request) Submit a skin generation requestwaitForCompletion(JobInfo jobInfo) Wait for a job to complete
-
Method Details
-
submit
Submit a skin generation request- See Also:
-
get
-
get
-
waitForCompletion
Wait for a job to complete
-