Uses of Class
org.redisson.api.StreamConsumer
-
Packages that use StreamConsumer Package Description org.redisson org.redisson.api org.redisson.client.protocol.decoder -
-
Uses of StreamConsumer in org.redisson
Methods in org.redisson that return types with arguments of type StreamConsumer Modifier and Type Method Description List<StreamConsumer>
RedissonStream. listConsumers(String groupName)
RFuture<List<StreamConsumer>>
RedissonStream. listConsumersAsync(String groupName)
-
Uses of StreamConsumer in org.redisson.api
Methods in org.redisson.api that return types with arguments of type StreamConsumer Modifier and Type Method Description List<StreamConsumer>
RStream. listConsumers(String groupName)
Returns list of common info about group customers for specifiedgroupName
.reactor.core.publisher.Mono<List<StreamConsumer>>
RStreamReactive. listConsumers(String groupName)
Returns list of objects with information about group customers for specifiedgroupName
.io.reactivex.rxjava3.core.Single<List<StreamConsumer>>
RStreamRx. listConsumers(String groupName)
Returns list of objects with information about group customers for specifiedgroupName
.RFuture<List<StreamConsumer>>
RStreamAsync. listConsumersAsync(String groupName)
Returns list of objects with information about group customers for specifiedgroupName
. -
Uses of StreamConsumer in org.redisson.client.protocol.decoder
Methods in org.redisson.client.protocol.decoder that return StreamConsumer Modifier and Type Method Description StreamConsumer
StreamConsumerInfoDecoder. decode(List<Object> parts, State state)
-