| Package | Description |
|---|---|
| org.springframework.data.redis.connection.stream |
Data structures and interfaces to interact with Redis Streams.
|
| Modifier and Type | Method and Description |
|---|---|
PendingMessage |
PendingMessages.get(int index)
Get the
PendingMessage at the given position. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<PendingMessage> |
PendingMessages.iterator() |
| Constructor and Description |
|---|
PendingMessages(String groupName,
List<PendingMessage> pendingMessages) |
PendingMessages(String groupName,
Range<?> range,
List<PendingMessage> pendingMessages) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.