Class | Description |
---|---|
EventTimestampStopCursor |
Stop consuming message at the given event time.
|
LatestMessageStopCursor |
A stop cursor that initialize the position to the latest message id.
|
MessageIdStopCursor |
Stop consuming message at a given message id.
|
NeverStopCursor |
A implementation which wouldn't stop forever.
|
PublishTimestampStopCursor |
Stop consuming message at the given publish time.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.