Uses of Enum
org.redisson.api.queue.event.NAckStatus
Packages that use NAckStatus
-
Uses of NAckStatus in org.redisson.api.queue.event
Methods in org.redisson.api.queue.event that return NAckStatusModifier and TypeMethodDescriptionstatic NAckStatusReturns the enum constant of this type with the specified name.static NAckStatus[]NAckStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.api.queue.event with parameters of type NAckStatusModifier and TypeMethodDescriptionvoidNegativelyAcknowledgedEventListener.onNegativelyAcknowledged(NAckStatus status, List<String> ids) Called when messages are negatively acknowledged by a consumer.