Uses of Interface
org.apache.pulsar.client.api.RedeliveryBackoff
Packages that use RedeliveryBackoff
-
Uses of RedeliveryBackoff in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api with parameters of type RedeliveryBackoffModifier and TypeMethodDescriptionConsumerBuilder.ackTimeoutRedeliveryBackoff
(RedeliveryBackoff ackTimeoutRedeliveryBackoff) Notice: the redeliveryBackoff will not work with `consumer.negativeAcknowledge(MessageId messageId)` because we are not able to get the redelivery count from the message ID.ConsumerBuilder.negativeAckRedeliveryBackoff
(RedeliveryBackoff negativeAckRedeliveryBackoff) Notice: the negativeAckRedeliveryBackoff will not work with `consumer.negativeAcknowledge(MessageId messageId)` because we are not able to get the redelivery count from the message ID.