/async/getNextIndex
  • 1 Minute to read
  • Dark
    Light

/async/getNextIndex

  • Dark
    Light

Article summary

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

Was this article helpful?