public class PendingMessage extends Object
Constructor and Description |
---|
PendingMessage(String id,
String consumer,
long msSinceLastDelivery,
long redeliveryCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getConsumer() |
String |
getId() |
long |
getMsSinceLastDelivery() |
long |
getRedeliveryCount() |
Duration |
getSinceLastDelivery() |
int |
hashCode() |
String |
toString() |
Copyright © 2023 lettuce.io. All rights reserved.