Interface QueueClient
public interface QueueClient
-
Method Summary
Modifier and TypeMethodDescriptionGet the status of a jobGet the status of a joblist()Get a list of recent queue jobs submitted by the current user.submit(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
-
list
CompletableFuture<JobListResponse> list()Get a list of recent queue jobs submitted by the current user.- See Also:
-
waitForCompletion
Wait for a job to complete
-