T
- type of the itempublic interface AsyncCursor<T>
Modifier and Type | Method and Description |
---|---|
boolean | hasNext() |
void | next(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> handler) Get the next item |
boolean hasNext()
void next(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>> handler)
handler
- will be called when the item has been retrieved