Uses of Class
io.gs2.distributor.result.RunStampTaskResult
Packages that use RunStampTaskResult
-
Uses of RunStampTaskResult in io.gs2.distributor
Methods in io.gs2.distributor that return RunStampTaskResultModifier and TypeMethodDescriptionGs2DistributorRestClient.runStampTask(RunStampTaskRequest request) Method parameters in io.gs2.distributor with type arguments of type RunStampTaskResultModifier and TypeMethodDescriptionvoidGs2DistributorRestClient.runStampTaskAsync(RunStampTaskRequest request, AsyncAction<AsyncResult<RunStampTaskResult>> callback) -
Uses of RunStampTaskResult in io.gs2.distributor.result
Methods in io.gs2.distributor.result that return RunStampTaskResultModifier and TypeMethodDescriptionstatic RunStampTaskResultRunStampTaskResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) RunStampTaskResult.withContextStack(String contextStack) RunStampTaskResult.withResult(String result)