See: Description
| Interface | 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. |
| MapRecord<S,K,V> |
A
Record within the stream backed by a collection of field/value paris. |
| ObjectRecord<S,V> |
A
Record within the stream mapped to a single object. |
| Record<S,V> |
A single entry in the stream consisting of the
entry-id and the actual entry-value (typically a
collection of field/value pairs). |
| StringRecord |
| Class | Description |
|---|---|
| Consumer |
Value object representing a Stream consumer within a consumer group.
|
| ReadOffset |
Value object representing read offset for a Stream.
|
| RecordId |
The id of a single
Record within a stream. |
| StreamOffset<K> |
Value object representing a Stream Id with its offset.
|
| StreamReadOptions |
Options for reading messages from a Redis Stream.
|
| StreamRecords |
StreamRecords provides utilities to create specific Record instances. |
| StreamRecords.RecordBuilder<S> |
Builder for
Record. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.