public class StreamGroup extends Object
Constructor and Description |
---|
StreamGroup(String name,
int consumers,
int pending,
StreamMessageId lastDeliveredId) |
Modifier and Type | Method and Description |
---|---|
int |
getConsumers()
Returns current customers amount for this group
|
StreamMessageId |
getLastDeliveredId()
Returns last delivered StreamMessageId for this group
|
String |
getName()
Returns name of this group
|
int |
getPending()
Returns amount of pending messages for this group
|
public StreamGroup(String name, int consumers, int pending, StreamMessageId lastDeliveredId)
public StreamMessageId getLastDeliveredId()
public int getConsumers()
public String getName()
public int getPending()
Copyright © 2014–2020 Redisson. All rights reserved.