public class ConsumerInfo extends ApiResponse<ConsumerInfo>
jv, NO_TYPE, PARSE_ERROR_TYPE| Constructor and Description |
|---|
ConsumerInfo(JsonValue vConsumerInfo) |
ConsumerInfo(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
SequenceInfo |
getAckFloor() |
long |
getCalculatedPending() |
ClusterInfo |
getClusterInfo() |
ConsumerConfiguration |
getConsumerConfiguration() |
java.time.ZonedDateTime |
getCreationTime()
Gets the creation time of the consumer.
|
SequenceInfo |
getDelivered() |
java.lang.String |
getName() |
long |
getNumAckPending() |
long |
getNumPending() |
long |
getNumWaiting() |
boolean |
getPaused() |
java.time.Duration |
getPauseRemaining() |
long |
getRedelivered() |
java.lang.String |
getStreamName() |
java.time.ZonedDateTime |
getTimestamp()
Gets the server time the info was gathered
|
boolean |
isPushBound() |
getApiErrorCode, getDescription, getError, getErrorCode, getErrorObject, getJv, getType, hasError, parseMessage, throwOnHasError, toStringpublic ConsumerInfo(Message msg)
public ConsumerInfo(JsonValue vConsumerInfo)
public ConsumerConfiguration getConsumerConfiguration()
public java.lang.String getName()
public java.lang.String getStreamName()
public java.time.ZonedDateTime getCreationTime()
public SequenceInfo getDelivered()
public SequenceInfo getAckFloor()
public long getNumPending()
public long getNumWaiting()
public long getNumAckPending()
public long getRedelivered()
public boolean getPaused()
public java.time.Duration getPauseRemaining()
public ClusterInfo getClusterInfo()
public boolean isPushBound()
public java.time.ZonedDateTime getTimestamp()
public long getCalculatedPending()