Package org.springframework.data.redis.connection.stream
@NonNullApi
@NonNullFields
package org.springframework.data.redis.connection.stream
Data structures and interfaces to interact with Redis Streams.
-
ClassDescriptionA
Record
within the stream backed by a collection of binary field/value pairs.ARecord
within the stream backed by a collection of binary field/value pairs.Value object representing a Stream consumer within a consumer group.MapRecord<S,K, V> ARecord
within the stream backed by a collection of field/value pairs.ObjectRecord<S,V> ARecord
within the stream mapped to a single object.Value object representing a single pending message containing its ID, the consumer that fetched the message and has still to acknowledge it, the time elapsed since the messages last delivery and the the total number of times delivered.Value object holding detailed information about pending messages in consumer group for a givenRange
and offset.Value Object summarizing pending messages in a consumer group.Value object representing read offset for a Stream.Record<S,V> A single entry in the stream consisting of theentry-id
and the actual entry-value (typically a collection offield/value pairs
).The id of a singleRecord
within a stream.Value object holding general information about consumer groups associated with a Redis Stream.Value object holding general information about a Redis Stream.StreamOffset<K>Value object representing a Stream Id with its offset.Options for reading messages from a Redis Stream.StreamRecords
provides utilities to create specificRecord
instances.Builder forRecord
.