Uses of Class
org.redisson.api.StreamGroup
-
Packages that use StreamGroup Package Description org.redisson org.redisson.api org.redisson.client.protocol.decoder -
-
Uses of StreamGroup in org.redisson
Methods in org.redisson that return types with arguments of type StreamGroup Modifier and Type Method Description List<StreamGroup>
RedissonStream. listGroups()
RFuture<List<StreamGroup>>
RedissonStream. listGroupsAsync()
-
Uses of StreamGroup in org.redisson.api
Methods in org.redisson.api that return types with arguments of type StreamGroup Modifier and Type Method Description List<StreamGroup>
RStream. listGroups()
Returns list of common info about groups belonging to this stream.reactor.core.publisher.Mono<List<StreamGroup>>
RStreamReactive. listGroups()
Returns list of objects with information about groups belonging to this stream.io.reactivex.rxjava3.core.Single<List<StreamGroup>>
RStreamRx. listGroups()
Returns list of objects with information about groups belonging to this stream.RFuture<List<StreamGroup>>
RStreamAsync. listGroupsAsync()
Returns list of objects with information about groups belonging to this stream. -
Uses of StreamGroup in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return StreamGroup Modifier and Type Method Description StreamGroup
StreamGroupInfoDecoder. decode(List<Object> parts, State state)
-