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