public class StreamPendingSummary extends Object implements Serializable
| Constructor and Description |
|---|
StreamPendingSummary(long total,
StreamEntryID minId,
StreamEntryID maxId,
Map<String,Long> consumerMessageCount) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Long> |
getConsumerMessageCount() |
StreamEntryID |
getMaxId() |
StreamEntryID |
getMinId() |
long |
getTotal() |
public StreamPendingSummary(long total,
StreamEntryID minId,
StreamEntryID maxId,
Map<String,Long> consumerMessageCount)
public long getTotal()
public StreamEntryID getMinId()
public StreamEntryID getMaxId()
Copyright © 2021. All rights reserved.