| Constructor and Description |
|---|
DpmCategory() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,io.vertx.core.json.JsonArray> |
fetch(io.vertx.up.commune.exchange.DictSource source,
io.vertx.core.MultiMap params)
Sync source
|
io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> |
fetchAsync(io.vertx.up.commune.exchange.DictSource source,
io.vertx.core.MultiMap params)
Async source
|
public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> fetchAsync(io.vertx.up.commune.exchange.DictSource source, io.vertx.core.MultiMap params)
DpmAsync source
fetchAsync in interface Dpmsource - DictSource definition of dict here.params - MultiMap parameters that are formatted with vertxFuturepublic ConcurrentMap<String,io.vertx.core.json.JsonArray> fetch(io.vertx.up.commune.exchange.DictSource source, io.vertx.core.MultiMap params)
DpmSync source
fetch in interface Dpmsource - DictSource definition of dict here.params - MultiMap parameters that are formatted with vertxConcurrentMapCopyright © 2021. All rights reserved.