Uses of Class
org.springframework.data.redis.connection.ReactiveStreamCommands.XClaimCommand
Packages that use ReactiveStreamCommands.XClaimCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStreamCommands.XClaimCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStreamCommands.XClaimCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XClaimCommand,
Flux<ByteBufferRecord>>> ReactiveStreamCommands.xClaim
(Publisher<ReactiveStreamCommands.XClaimCommand> commands) Change the ownership of a pending message to the given new consumer.ReactiveStreamCommands.xClaimJustId
(Publisher<ReactiveStreamCommands.XClaimCommand> commands) Change the ownership of a pending message to the given new consumer without increasing the delivered count.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStreamCommands.XClaimCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XClaimCommand,
Flux<ByteBufferRecord>>> ReactiveStreamCommands.xClaim
(Publisher<ReactiveStreamCommands.XClaimCommand> commands) Change the ownership of a pending message to the given new consumer.ReactiveStreamCommands.xClaimJustId
(Publisher<ReactiveStreamCommands.XClaimCommand> commands) Change the ownership of a pending message to the given new consumer without increasing the delivered count.