Uses of Class
org.redisson.api.PendingResult
-
Packages that use PendingResult Package Description org.redisson org.redisson.api -
-
Uses of PendingResult in org.redisson
Methods in org.redisson that return PendingResult Modifier and Type Method Description PendingResult
RedissonStream. getPendingInfo(String groupName)
Methods in org.redisson that return types with arguments of type PendingResult Modifier and Type Method Description RFuture<PendingResult>
RedissonStream. getPendingInfoAsync(String groupName)
-
Uses of PendingResult in org.redisson.api
Methods in org.redisson.api that return PendingResult Modifier and Type Method Description PendingResult
RStream. getPendingInfo(String groupName)
Returns common info about pending messages by group name.Methods in org.redisson.api that return types with arguments of type PendingResult Modifier and Type Method Description reactor.core.publisher.Mono<PendingResult>
RStreamReactive. getPendingInfo(String groupName)
Returns common info about pending messages by group name.io.reactivex.rxjava3.core.Single<PendingResult>
RStreamRx. getPendingInfo(String groupName)
Returns common info about pending messages by group name.RFuture<PendingResult>
RStreamAsync. getPendingInfoAsync(String groupName)
Returns common info about pending messages by group name.reactor.core.publisher.Mono<PendingResult>
RStreamReactive. listPending(String groupName)
Deprecated.io.reactivex.rxjava3.core.Single<PendingResult>
RStreamRx. listPending(String groupName)
Deprecated.
-