Uses of Class
io.gs2.jobQueue.model.DeadLetterJob
Packages that use DeadLetterJob
-
Uses of DeadLetterJob in io.gs2.jobQueue.model
Methods in io.gs2.jobQueue.model that return DeadLetterJobModifier and TypeMethodDescriptionstatic DeadLetterJobDeadLetterJob.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeadLetterJob.withCreatedAt(Long createdAt) DeadLetterJob.withDeadLetterJobId(String deadLetterJobId) DeadLetterJob.withResult(List<JobResultBody> result) DeadLetterJob.withScriptId(String scriptId) DeadLetterJob.withUpdatedAt(Long updatedAt) DeadLetterJob.withUserId(String userId) Methods in io.gs2.jobQueue.model with parameters of type DeadLetterJob -
Uses of DeadLetterJob in io.gs2.jobQueue.result
Methods in io.gs2.jobQueue.result that return DeadLetterJobModifier and TypeMethodDescriptionDeleteDeadLetterJobByUserIdResult.getItem()GetDeadLetterJobByUserIdResult.getItem()Methods in io.gs2.jobQueue.result that return types with arguments of type DeadLetterJobMethods in io.gs2.jobQueue.result with parameters of type DeadLetterJobModifier and TypeMethodDescriptionvoidDeleteDeadLetterJobByUserIdResult.setItem(DeadLetterJob item) voidGetDeadLetterJobByUserIdResult.setItem(DeadLetterJob item) DeleteDeadLetterJobByUserIdResult.withItem(DeadLetterJob item) GetDeadLetterJobByUserIdResult.withItem(DeadLetterJob item) Method parameters in io.gs2.jobQueue.result with type arguments of type DeadLetterJobModifier and TypeMethodDescriptionvoidDescribeDeadLetterJobsByUserIdResult.setItems(List<DeadLetterJob> items) DescribeDeadLetterJobsByUserIdResult.withItems(List<DeadLetterJob> items)