@InterfaceAudience.Public @InterfaceStability.Stable public interface RedeliveryBackoff extends Serializable
RedeliveryBackoff for
a consumer.
Notice: the consumer crashes will trigger the redelivery of the unacked message, this case will not respect the
RedeliveryBackoff, which means the message might get redelivered earlier than the delay time
from the backoff.| Modifier and Type | Method and Description |
|---|---|
long |
next(int redeliveryCount) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.