public interface Dpm
You can add different dict type in current plugin and modular here.
X_TABULAR ( Global List )X_CATEGORY ( Global Tree )The DPM means Data Processing Management.
| 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
|
static Dpm |
get(GlossaryType type) |
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
params - MultiMap parameters that are formatted with vertxsource - DictSource definition of dict here.FutureConcurrentMap<String,io.vertx.core.json.JsonArray> fetch(io.vertx.up.commune.exchange.DictSource source, io.vertx.core.MultiMap params)
Sync source
params - MultiMap parameters that are formatted with vertxsource - DictSource definition of dict here.ConcurrentMapstatic Dpm get(GlossaryType type)
Copyright © 2021. All rights reserved.