Package org.redisson.api.stream
Class StreamReadGroupParams
java.lang.Object
org.redisson.api.stream.StreamReadGroupParams
- All Implemented Interfaces:
StreamReadGroupArgs
- Author:
- Nikita Koksharov
-
Method Details
-
noAck
Description copied from interface:StreamReadGroupArgsDefines avoid of adding messages to Pending Entries List.- Specified by:
noAckin interfaceStreamReadGroupArgs- Returns:
- arguments object
-
count
Description copied from interface:StreamReadGroupArgsDefines stream data size limit.- Specified by:
countin interfaceStreamReadGroupArgs- Parameters:
count- - stream data size limit- Returns:
- arguments object
-
timeout
Description copied from interface:StreamReadGroupArgsDefines time interval to wait for stream data availability.- Specified by:
timeoutin interfaceStreamReadGroupArgs- Parameters:
timeout- - timeout duration- Returns:
- arguments object
-
isNoAck
public boolean isNoAck() -
getId1
-
getCount
public int getCount() -
getTimeout
-