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