public interface ReducedPropagationStorage
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<Boolean> |
addQueue(String queue,
long expireTS) |
io.vertx.core.Future<io.vertx.core.json.JsonObject> |
getQueueRequest(String queue) |
io.vertx.core.Future<List<String>> |
removeExpiredQueues(long currentTS) |
io.vertx.core.Future<Void> |
removeQueueRequest(String queue) |
io.vertx.core.Future<Void> |
storeQueueRequest(String queue,
io.vertx.core.json.JsonObject queueRequest) |
Copyright © 2016–2019. All rights reserved.