Uses of Class
org.springframework.data.redis.connection.ReactiveStreamCommands.PendingRecordsCommand
Packages that use ReactiveStreamCommands.PendingRecordsCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStreamCommands.PendingRecordsCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveStreamCommands.PendingRecordsCommandModifier and TypeMethodDescriptionAppend given consumer.Create newReactiveStreamCommands.PendingRecordsCommandwith givenRangeand limit.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStreamCommands.PendingRecordsCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,PendingMessages>> ReactiveStreamCommands.xPending(Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,PendingMessagesSummary>> ReactiveStreamCommands.xPendingSummary(Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Obtain thePendingMessagesSummaryfor a given consumer group.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStreamCommands.PendingRecordsCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,PendingMessages>> ReactiveStreamCommands.xPending(Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.PendingRecordsCommand,PendingMessagesSummary>> ReactiveStreamCommands.xPendingSummary(Publisher<ReactiveStreamCommands.PendingRecordsCommand> commands) Obtain thePendingMessagesSummaryfor a given consumer group.