Package io.vertx.tp.ambient.uca.dict
Class DpmCategory
- java.lang.Object
-
- io.vertx.tp.ambient.uca.dict.DpmCategory
-
-
Constructor Summary
Constructors Constructor Description DpmCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentMap<String,io.vertx.core.json.JsonArray>fetch(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap params)Sync sourceio.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>>fetchAsync(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap params)Async source
-
-
-
Method Detail
-
fetchAsync
public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> fetchAsync(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap params)
Description copied from interface:DpmAsync source- Specified by:
fetchAsyncin interfaceDpm- Parameters:
source-DiSourcedefinition of dict here.params-MultiMapparameters that are formatted with vertx- Returns:
Future
-
fetch
public ConcurrentMap<String,io.vertx.core.json.JsonArray> fetch(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap params)
Description copied from interface:DpmSync source- Specified by:
fetchin interfaceDpm- Parameters:
source-DiSourcedefinition of dict here.params-MultiMapparameters that are formatted with vertx- Returns:
ConcurrentMap
-
-