public class StreamGroupInfo extends Object implements Serializable
getGroupInfo() method that returns a generic Map - in case
where more info is returned from the server.| Modifier and Type | Field and Description |
|---|---|
static String |
CONSUMERS |
static String |
LAST_DELIVERED |
static String |
NAME |
static String |
PENDING |
| Constructor and Description |
|---|
StreamGroupInfo(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
long |
getConsumers() |
Map<String,Object> |
getGroupInfo() |
StreamEntryID |
getLastDeliveredId() |
String |
getName() |
long |
getPending() |
public static final String NAME
public static final String CONSUMERS
public static final String PENDING
public static final String LAST_DELIVERED
public String getName()
public long getConsumers()
public long getPending()
public StreamEntryID getLastDeliveredId()
Copyright © 2021. All rights reserved.