Uses of Class
org.springframework.data.redis.connection.stream.PendingMessagesSummary
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Core package for integrating Redis with Spring concepts.
-
Uses of PendingMessagesSummary in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptiondefault PendingMessagesSummary
Deprecated.Obtain thePendingMessagesSummary
for a given consumer group.Obtain thePendingMessagesSummary
for a given consumer group.Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<PendingMessagesSummary>
ReactiveStreamCommands.xPending
(ByteBuffer key, String groupName) Obtain thePendingMessagesSummary
for a given consumer group.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,
PendingMessagesSummary>> ReactiveStreamCommands.xPendingSummary
(org.reactivestreams.Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Obtain thePendingMessagesSummary
for a given consumer group. -
Uses of PendingMessagesSummary in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PendingMessagesSummary>
Obtain thePendingMessagesSummary
for a given consumer group.
RedisCommandsProvider.streamCommands()
}.