Package io.vertx.tp.optic.business
Class ExAmbientDictionary
- java.lang.Object
-
- io.vertx.tp.optic.business.ExAmbientDictionary
-
- All Implemented Interfaces:
io.vertx.tp.optic.component.Dictionary
public class ExAmbientDictionary extends Object implements io.vertx.tp.optic.component.Dictionary
-
-
Constructor Summary
Constructors Constructor Description ExAmbientDictionary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>>fetchAsync(io.vertx.core.MultiMap paramMap, List<io.vertx.up.commune.exchange.DiSource> sources)
-
-
-
Method Detail
-
fetchAsync
public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> fetchAsync(io.vertx.core.MultiMap paramMap, List<io.vertx.up.commune.exchange.DiSource> sources)
- Specified by:
fetchAsyncin interfaceio.vertx.tp.optic.component.Dictionary
-
-