Uses of Interface
org.apache.pulsar.client.api.RedeliveryBackoff
-
Packages that use RedeliveryBackoff Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of RedeliveryBackoff in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api with parameters of type RedeliveryBackoff Modifier and Type Method Description ConsumerBuilder<T>ConsumerBuilder. 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<T>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.
-