Package io.vertx.tp.optic.dict
Class TentDict
- java.lang.Object
-
- io.vertx.tp.optic.dict.TentDict
-
- All Implemented Interfaces:
DictionaryPlugin
public class TentDict extends Object implements DictionaryPlugin
-
-
Constructor Summary
Constructors Constructor Description TentDict()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchAsync(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap paramMap)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.tp.optic.component.DictionaryPlugin
configuration, fetch
-
-
-
-
Method Detail
-
fetchAsync
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap paramMap)- Specified by:
fetchAsyncin interfaceDictionaryPlugin
-
-