Uses of Enum Class
org.springframework.data.redis.connection.RedisStreamCommands.StreamEntryDeletionResult
Packages that use RedisStreamCommands.StreamEntryDeletionResult
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 RedisStreamCommands.StreamEntryDeletionResult in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisStreamCommands.StreamEntryDeletionResultModifier and TypeMethodDescriptionRedisStreamCommands.StreamEntryDeletionResult.fromCode(long code) Convert a numeric code to aRedisStreamCommands.StreamEntryDeletionResult.Returns the enum constant of this class with the specified name.RedisStreamCommands.StreamEntryDeletionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.redis.connection that return types with arguments of type RedisStreamCommands.StreamEntryDeletionResultModifier and TypeMethodDescriptionDefaultedRedisConnection.xAckDel(byte[] key, String group, RedisStreamCommands.XDelOptions options, RecordId... recordIds) Deprecated.DefaultStringRedisConnection.xAckDel(byte[] key, String group, RedisStreamCommands.XDelOptions options, RecordId... recordIds) DefaultStringRedisConnection.xAckDel(String key, String group, RedisStreamCommands.XDelOptions options, RecordId... recordIds) ReactiveStreamCommands.xAckDel(ByteBuffer key, String group, RedisStreamCommands.XDelOptions options, String... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.ReactiveStreamCommands.xAckDel(ByteBuffer key, String group, RedisStreamCommands.XDelOptions options, RecordId... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.Flux<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.RedisStreamCommands.xAckDel(byte @NonNull [] key, @NonNull String group, RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries (messages) for a stream consumer group at the specified key.RedisStreamCommands.xAckDel(byte @NonNull [] key, @NonNull String group, RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries (messages) for a stream consumer group at the specified key.StringRedisConnection.xAckDel(@NonNull String key, @NonNull String group, RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries (messages) for a stream consumer group at the specified key.StringRedisConnection.xAckDel(@NonNull String key, @NonNull String group, RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) DefaultedRedisConnection.xDelEx(byte[] key, RedisStreamCommands.XDelOptions options, RecordId... recordIds) Deprecated.in favor ofRedisCommandsProvider.streamCommands()}.DefaultStringRedisConnection.xDelEx(byte[] key, RedisStreamCommands.XDelOptions options, RecordId... recordIds) DefaultStringRedisConnection.xDelEx(String key, RedisStreamCommands.XDelOptions options, RecordId... recordIds) ReactiveStreamCommands.xDelEx(ByteBuffer key, RedisStreamCommands.XDelOptions options, String... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.ReactiveStreamCommands.xDelEx(ByteBuffer key, RedisStreamCommands.XDelOptions options, RecordId... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.DeleteExCommand,List<RedisStreamCommands.StreamEntryDeletionResult>>> ReactiveStreamCommands.xDelEx(Publisher<ReactiveStreamCommands.DeleteExCommand> commands) Deletes one or multiple entries from the stream with extended options.RedisStreamCommands.xDelEx(byte @NonNull [] key, RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key.RedisStreamCommands.xDelEx(byte @NonNull [] key, RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key.StringRedisConnection.xDelEx(@NonNull String key, RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key.StringRedisConnection.xDelEx(@NonNull String key, RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) -
Uses of RedisStreamCommands.StreamEntryDeletionResult in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return types with arguments of type RedisStreamCommands.StreamEntryDeletionResultModifier and TypeMethodDescriptionBoundStreamOperations.acknowledgeAndDelete(@NonNull String group, @NonNull RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.BoundStreamOperations.acknowledgeAndDelete(@NonNull String group, @NonNull RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.ReactiveStreamOperations.acknowledgeAndDelete(@NonNull String group, @NonNull Record<K, ?> record, @NonNull RedisStreamCommands.XDelOptions options) Acknowledges and conditionally deletes a givenRecordfor a stream consumer group.ReactiveStreamOperations.acknowledgeAndDelete(@NonNull K key, @NonNull String group, @NonNull RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.ReactiveStreamOperations.acknowledgeAndDelete(@NonNull K key, @NonNull String group, @NonNull RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.StreamOperations.acknowledgeAndDelete(@NonNull String group, @NonNull Record<K, ?> record, @NonNull RedisStreamCommands.XDelOptions options) Acknowledges and conditionally deletes a givenRecordfor a stream consumer group.StreamOperations.acknowledgeAndDelete(@NonNull K key, @NonNull String group, @NonNull RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.StreamOperations.acknowledgeAndDelete(@NonNull K key, @NonNull String group, @NonNull RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Acknowledges and conditionally deletes one or multiple entries for a stream consumer group at the specified key.BoundStreamOperations.deleteWithOptions(@NonNull RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.BoundStreamOperations.deleteWithOptions(@NonNull RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.ReactiveStreamOperations.deleteWithOptions(@NonNull K key, @NonNull RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.ReactiveStreamOperations.deleteWithOptions(@NonNull K key, @NonNull RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.ReactiveStreamOperations.deleteWithOptions(@NonNull Record<K, ?> record, @NonNull RedisStreamCommands.XDelOptions options) Deletes a givenRecordfrom the stream with extended options.StreamOperations.deleteWithOptions(@NonNull K key, @NonNull RedisStreamCommands.XDelOptions options, @NonNull String @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.StreamOperations.deleteWithOptions(@NonNull K key, @NonNull RedisStreamCommands.XDelOptions options, @NonNull RecordId @NonNull ... recordIds) Deletes one or multiple entries from the stream at the specified key with extended options.StreamOperations.deleteWithOptions(@NonNull Record<K, ?> record, @NonNull RedisStreamCommands.XDelOptions options) Deletes a givenRecordfrom the stream with extended options.
RedisCommandsProvider.streamCommands()}.