public static class PersistentQueue.Subscriber extends java.lang.Object implements ISubscriber
Modifier and Type | Method and Description |
---|---|
void |
fetchAll(java.util.function.Consumer<io.vertx.core.json.JsonObject> handler) |
io.vertx.core.json.JsonObject |
fetchOne() |
java.lang.String |
taskId() |
public void fetchAll(java.util.function.Consumer<io.vertx.core.json.JsonObject> handler)
fetchAll
in interface ISubscriber
public io.vertx.core.json.JsonObject fetchOne()
fetchOne
in interface ISubscriber
public java.lang.String taskId()
taskId
in interface ISubscriber
Copyright © 2023. All Rights Reserved.