Package io.vertx.tp.optic.dict
Class BrandDict
- java.lang.Object
-
- io.vertx.tp.optic.dict.BrandDict
-
- All Implemented Interfaces:
DictionaryPlugin
public class BrandDict extends Object implements DictionaryPlugin
-
-
Constructor Summary
Constructors Constructor Description BrandDict()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.json.JsonArrayfetch(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap paramMap)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
-
-
-
-
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
-
fetch
public io.vertx.core.json.JsonArray fetch(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap paramMap)- Specified by:
fetchin interfaceDictionaryPlugin
-
-