| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
|
| org.springframework.data.redis.connection.stream |
Data structures and interfaces to interact with Redis Streams.
|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.stream |
| Class and Description |
|---|
| ByteBufferRecord
A
Record within the stream backed by a collection of binary field/value paris. |
| ByteRecord
A
Record within the stream backed by a collection of binary field/value paris. |
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| MapRecord
A
Record within the stream backed by a collection of field/value paris. |
| ReadOffset
Value object representing read offset for a Stream.
|
| RecordId
The id of a single
Record within a stream. |
| StreamOffset
Value object representing a Stream Id with its offset.
|
| StreamReadOptions
Options for reading messages from a Redis Stream.
|
| StringRecord |
| Class and Description |
|---|
| ByteBufferRecord
A
Record within the stream backed by a collection of binary field/value paris. |
| ByteRecord
A
Record within the stream backed by a collection of binary field/value paris. |
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| MapRecord
A
Record within the stream backed by a collection of field/value paris. |
| ObjectRecord
A
Record within the stream mapped to a single object. |
| ReadOffset
Value object representing read offset for a Stream.
|
| Record
A single entry in the stream consisting of the
entry-id and the actual entry-value (typically a
collection of field/value pairs). |
| RecordId
The id of a single
Record within a stream. |
| StreamOffset
Value object representing a Stream Id with its offset.
|
| StreamReadOptions
Options for reading messages from a Redis Stream.
|
| StreamRecords.RecordBuilder
Builder for
Record. |
| StringRecord |
| Class and Description |
|---|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| MapRecord
A
Record within the stream backed by a collection of field/value paris. |
| ObjectRecord
A
Record within the stream mapped to a single object. |
| ReadOffset
Value object representing read offset for a Stream.
|
| Record
A single entry in the stream consisting of the
entry-id and the actual entry-value (typically a
collection of field/value pairs). |
| RecordId
The id of a single
Record within a stream. |
| StreamOffset
Value object representing a Stream Id with its offset.
|
| StreamReadOptions
Options for reading messages from a Redis Stream.
|
| Class and Description |
|---|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| MapRecord
A
Record within the stream backed by a collection of field/value paris. |
| ObjectRecord
A
Record within the stream mapped to a single object. |
| Record
A single entry in the stream consisting of the
entry-id and the actual entry-value (typically a
collection of field/value pairs). |
| StreamOffset
Value object representing a Stream Id with its offset.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.