Uses of Class
org.springframework.data.redis.connection.stream.PendingMessagesSummary
Packages that use 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
Methods in org.springframework.data.redis.connection that return PendingMessagesSummaryModifier and TypeMethodDescriptiondefault PendingMessagesSummaryDeprecated.@Nullable PendingMessagesSummaryObtain thePendingMessagesSummaryfor a given consumer group.Obtain thePendingMessagesSummaryfor a given consumer group.Methods in org.springframework.data.redis.connection that return types with arguments of type PendingMessagesSummaryModifier and TypeMethodDescriptiondefault Mono<PendingMessagesSummary>ReactiveStreamCommands.xPending(ByteBuffer key, String groupName) Obtain thePendingMessagesSummaryfor a given consumer group.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,PendingMessagesSummary>> ReactiveStreamCommands.xPendingSummary(Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Obtain thePendingMessagesSummaryfor a given consumer group. -
Uses of PendingMessagesSummary in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return PendingMessagesSummaryMethods in org.springframework.data.redis.core that return types with arguments of type PendingMessagesSummary
RedisCommandsProvider.streamCommands()}.