Package io.vertx.tp.optic.dict
Class BrandDict
- java.lang.Object
-
- io.vertx.tp.optic.dict.BrandDict
-
- All Implemented Interfaces:
io.vertx.tp.optic.component.DictionaryPlugin
public class BrandDict extends Object implements io.vertx.tp.optic.component.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)
-
-
-
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 interfaceio.vertx.tp.optic.component.DictionaryPlugin
-
fetch
public io.vertx.core.json.JsonArray fetch(io.vertx.up.commune.exchange.DiSource source, io.vertx.core.MultiMap paramMap)- Specified by:
fetchin interfaceio.vertx.tp.optic.component.DictionaryPlugin
-
-