Uses of Class
org.springframework.data.redis.connection.ReactiveStreamCommands.AcknowledgeDeleteCommand
Packages that use ReactiveStreamCommands.AcknowledgeDeleteCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveStreamCommands.AcknowledgeDeleteCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveStreamCommands.AcknowledgeDeleteCommandModifier and TypeMethodDescriptionApplies the group.Applies the recordIds.Applies the recordIds.ReactiveStreamCommands.AcknowledgeDeleteCommand.stream(ByteBuffer key) Creates a newReactiveStreamCommands.AcknowledgeDeleteCommandgiven akey.ReactiveStreamCommands.AcknowledgeDeleteCommand.withOptions(RedisStreamCommands.XDelOptions options) Applies theRedisStreamCommands.XDelOptions.Methods in org.springframework.data.redis.connection that return types with arguments of type ReactiveStreamCommands.AcknowledgeDeleteCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.AcknowledgeDeleteCommand,List<RedisStreamCommands.StreamEntryDeletionResult>>> ReactiveStreamCommands.xAckDel(Publisher<ReactiveStreamCommands.AcknowledgeDeleteCommand> commands) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group.Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveStreamCommands.AcknowledgeDeleteCommandModifier and TypeMethodDescriptionFlux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.AcknowledgeDeleteCommand,List<RedisStreamCommands.StreamEntryDeletionResult>>> ReactiveStreamCommands.xAckDel(Publisher<ReactiveStreamCommands.AcknowledgeDeleteCommand> commands) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group.