Uses of Class
io.gs2.jobQueue.result.RunResult
Packages that use RunResult
-
Uses of RunResult in io.gs2.jobQueue
Methods in io.gs2.jobQueue that return RunResultMethod parameters in io.gs2.jobQueue with type arguments of type RunResultModifier and TypeMethodDescriptionvoidGs2JobQueueRestClient.runAsync(RunRequest request, AsyncAction<AsyncResult<RunResult>> callback) -
Uses of RunResult in io.gs2.jobQueue.result
Methods in io.gs2.jobQueue.result that return RunResultModifier and TypeMethodDescriptionstatic RunResultRunResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) RunResult.withIsLastJob(Boolean isLastJob) RunResult.withResult(JobResultBody result)