Uses of Interface
org.redisson.api.queue.QueueNegativeAckArgs
Packages that use QueueNegativeAckArgs
-
Uses of QueueNegativeAckArgs in org.redisson.api
Methods in org.redisson.api with parameters of type QueueNegativeAckArgsModifier and TypeMethodDescriptionvoidRReliableQueue.negativeAcknowledge(QueueNegativeAckArgs args) Explicitly marks a message as failed or rejected.reactor.core.publisher.Mono<Void> RReliableQueueReactive.negativeAcknowledge(QueueNegativeAckArgs args) Explicitly marks a message as failed or rejected.io.reactivex.rxjava3.core.CompletableRReliableQueueRx.negativeAcknowledge(QueueNegativeAckArgs args) Explicitly marks a message as failed or rejected.RReliableQueueAsync.negativeAcknowledgeAsync(QueueNegativeAckArgs args) Explicitly marks a message as failed or rejected. -
Uses of QueueNegativeAckArgs in org.redisson.api.queue
Subinterfaces of QueueNegativeAckArgs in org.redisson.api.queueModifier and TypeInterfaceDescriptioninterfaceInterface defining parameters for negative acknowledgment of queue messages.Classes in org.redisson.api.queue that implement QueueNegativeAckArgsMethods in org.redisson.api.queue that return QueueNegativeAckArgsModifier and TypeMethodDescriptionSpecifies the delay duration before the failed message is eligible for redelivery.static QueueNegativeAckArgsDefines status which indicates that the client application could process the message, but it was not accepted.