Package org.redisson.api.stream
Class StreamReadGroupParams
- java.lang.Object
-
- org.redisson.api.stream.StreamReadParams
-
- org.redisson.api.stream.StreamReadGroupParams
-
public class StreamReadGroupParams extends StreamReadParams
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description StreamReadGroupParams(StreamMessageId id1, Map<String,StreamMessageId> offsets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNoAck()
void
setNoAck(boolean noAck)
-
Methods inherited from class org.redisson.api.stream.StreamReadParams
getCount, getId1, getOffsets, getTimeout, setCount, setTimeout
-
-
-
-
Constructor Detail
-
StreamReadGroupParams
public StreamReadGroupParams(StreamMessageId id1, Map<String,StreamMessageId> offsets)
-
-