Package io.vertx.tp.ambient.uca.dict
Class DpmCategory
java.lang.Object
io.vertx.tp.ambient.uca.dict.DpmCategory
- All Implemented Interfaces:
Dpm
## `X_CATEGORY` Dict
- Author:
- Lang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConcurrentMap<String,io.vertx.core.json.JsonArray> fetch(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap params) Sync sourceio.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> fetchAsync(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap params) Async source
-
Constructor Details
-
DpmCategory
public DpmCategory()
-
-
Method Details
-
fetchAsync
public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> fetchAsync(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap params) Description copied from interface:DpmAsync source- Specified by:
fetchAsyncin interfaceDpm- Parameters:
source-DSourcedefinition 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.DSource source, io.vertx.core.MultiMap params) Description copied from interface:DpmSync source- Specified by:
fetchin interfaceDpm- Parameters:
source-DSourcedefinition of dict here.params-MultiMapparameters that are formatted with vertx- Returns:
ConcurrentMap
-