public class StreamGroupFullInfo extends Object implements Serializable
xinfo stream mystream full.
They can be accessed via getters. There is also getGroupFullInfo()
method that returns a generic Map in case more info are returned from the server.| Modifier and Type | Field and Description |
|---|---|
static String |
CONSUMERS |
static String |
LAST_DELIVERED |
static String |
NAME |
static String |
PEL_COUNT |
static String |
PENDING |
| Constructor and Description |
|---|
StreamGroupFullInfo(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
List<StreamConsumerFullInfo> |
getConsumers() |
Map<String,Object> |
getGroupFullInfo() |
StreamEntryID |
getLastDeliveredId() |
String |
getName() |
Long |
getPelCount() |
List<List<Object>> |
getPending() |
public static final String NAME
public static final String CONSUMERS
public static final String PENDING
public static final String LAST_DELIVERED
public static final String PEL_COUNT
public String getName()
public List<StreamConsumerFullInfo> getConsumers()
public StreamEntryID getLastDeliveredId()
public Map<String,Object> getGroupFullInfo()
public Long getPelCount()
Copyright © 2024. All rights reserved.