Uses of Class
io.gs2.jobQueue.result.DeleteDeadLetterJobByUserIdResult
Packages that use DeleteDeadLetterJobByUserIdResult
-
Uses of DeleteDeadLetterJobByUserIdResult in io.gs2.jobQueue
Methods in io.gs2.jobQueue that return DeleteDeadLetterJobByUserIdResultModifier and TypeMethodDescriptionGs2JobQueueRestClient.deleteDeadLetterJobByUserId(DeleteDeadLetterJobByUserIdRequest request) Method parameters in io.gs2.jobQueue with type arguments of type DeleteDeadLetterJobByUserIdResultModifier and TypeMethodDescriptionvoidGs2JobQueueRestClient.deleteDeadLetterJobByUserIdAsync(DeleteDeadLetterJobByUserIdRequest request, AsyncAction<AsyncResult<DeleteDeadLetterJobByUserIdResult>> callback) -
Uses of DeleteDeadLetterJobByUserIdResult in io.gs2.jobQueue.result
Methods in io.gs2.jobQueue.result that return DeleteDeadLetterJobByUserIdResultModifier and TypeMethodDescriptionDeleteDeadLetterJobByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteDeadLetterJobByUserIdResult.withItem(DeadLetterJob item)