Uses of Class
io.gs2.jobQueue.result.GetDeadLetterJobByUserIdResult
Packages that use GetDeadLetterJobByUserIdResult
-
Uses of GetDeadLetterJobByUserIdResult in io.gs2.jobQueue
Methods in io.gs2.jobQueue that return GetDeadLetterJobByUserIdResultModifier and TypeMethodDescriptionGs2JobQueueRestClient.getDeadLetterJobByUserId(GetDeadLetterJobByUserIdRequest request) Method parameters in io.gs2.jobQueue with type arguments of type GetDeadLetterJobByUserIdResultModifier and TypeMethodDescriptionvoidGs2JobQueueRestClient.getDeadLetterJobByUserIdAsync(GetDeadLetterJobByUserIdRequest request, AsyncAction<AsyncResult<GetDeadLetterJobByUserIdResult>> callback) -
Uses of GetDeadLetterJobByUserIdResult in io.gs2.jobQueue.result
Methods in io.gs2.jobQueue.result that return GetDeadLetterJobByUserIdResultModifier and TypeMethodDescriptionGetDeadLetterJobByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetDeadLetterJobByUserIdResult.withItem(DeadLetterJob item)