Uses of Class
org.springframework.data.redis.connection.RedisStreamCommands.XDelOptions
Packages that use RedisStreamCommands.XDelOptions
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.XDelOptions in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return RedisStreamCommands.XDelOptionsModifier and TypeMethodDescriptionRedisStreamCommands.XDelOptions.defaults()Create anRedisStreamCommands.XDelOptionsinstance with default options.RedisStreamCommands.XDelOptions.deletionPolicy(RedisStreamCommands.StreamDeletionPolicy deletionPolicy) Set the deletion policy for the delete operation.ReactiveStreamCommands.AcknowledgeDeleteCommand.getOptions()ReactiveStreamCommands.DeleteExCommand.getOptions()Methods in org.springframework.data.redis.connection with parameters of type RedisStreamCommands.XDelOptionsModifier and TypeMethodDescriptionReactiveStreamCommands.AcknowledgeDeleteCommand.withOptions(RedisStreamCommands.XDelOptions options) Applies theRedisStreamCommands.XDelOptions.ReactiveStreamCommands.DeleteExCommand.withOptions(RedisStreamCommands.XDelOptions options) Applies theRedisStreamCommands.XDelOptions.DefaultedRedisConnection.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.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.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.XDelOptions in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type RedisStreamCommands.XDelOptionsModifier 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()}.