public class PersistentQueue
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
PersistentQueue.Subscriber |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static PersistentQueue |
createFor(java.lang.String taskId) |
void |
put(io.vertx.core.json.JsonObject js) |
ISubscriber |
subscriber(int offset) |
java.lang.String |
toString() |
public static PersistentQueue createFor(java.lang.String taskId)
public java.lang.String toString()
toString in class java.lang.Objectpublic void put(io.vertx.core.json.JsonObject js)
public ISubscriber subscriber(int offset)
public void close()
close in interface java.lang.AutoCloseableCopyright © 2024. All Rights Reserved.