/async/getNextIndex

Prev Next
Get
/async/getNextIndex

Returns the next index for the given topic relative to the last call to "async/poll". This call is useful when switching from calling "async/poll" (with a managed index) to calling "async/pollByIndex" where the index is managed by the user. The result value can be used as value for parameter "index" in a follow-up call to "async/pollByIndex".

Query parameters
topic
stringRequired

Name of the topic.

Responses
200
integer (int64)
400