Package org.apache.pulsar.client.impl
Class MultiplierRedeliveryBackoff
java.lang.Object
org.apache.pulsar.client.impl.MultiplierRedeliveryBackoff
- All Implemented Interfaces:
Serializable
,org.apache.pulsar.client.api.RedeliveryBackoff
public class MultiplierRedeliveryBackoff
extends Object
implements org.apache.pulsar.client.api.RedeliveryBackoff
MultiplierRedeliveryBackoff.
- See Also:
-
Method Details
-
builder
-
getMinDelayMs
public long getMinDelayMs() -
getMaxDelayMs
public long getMaxDelayMs() -
next
public long next(int redeliveryCount) - Specified by:
next
in interfaceorg.apache.pulsar.client.api.RedeliveryBackoff
-