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) redeliveryBackoff doesn't work with `consumer.negativeAcknowledge(MessageId messageId)` because we are unable to get the redelivery count from the message ID.ConsumerBuilder.negativeAckRedeliveryBackoff
(RedeliveryBackoff negativeAckRedeliveryBackoff) negativeAckRedeliveryBackoff doesn't work with `consumer.negativeAcknowledge(MessageId messageId)` because we are unable to get the redelivery count from the message ID.