| Package | Description |
|---|---|
| io.openmessaging.consumer |
| Modifier and Type | Method and Description |
|---|---|
StreamingIterator |
StreamingConsumer.seek(String streamName,
String position)
Creates a
StreamingIterator from the fixed position of the specified stream. |
StreamingIterator |
StreamingConsumer.seekToBeginning(String streamName)
Creates a
StreamingIterator from the begin position of the specified stream. |
StreamingIterator |
StreamingConsumer.seekToEnd(String streamName)
Creates a
StreamingIterator from the end position of the specified stream. |
Copyright © 2017–2018 OpenMessaging. All rights reserved.