Package io.horizon.spi.dict
Class BrandDict
java.lang.Object
io.horizon.spi.dict.BrandDict
- All Implemented Interfaces:
io.horizon.spi.component.DictionaryPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.json.JsonArrayfetch(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap paramMap) io.vertx.core.Future<io.vertx.core.json.JsonArray>fetchAsync(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap paramMap) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.horizon.spi.component.DictionaryPlugin
configuration
-
Constructor Details
-
BrandDict
public BrandDict()
-
-
Method Details
-
fetchAsync
public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchAsync(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap paramMap) - Specified by:
fetchAsyncin interfaceio.horizon.spi.component.DictionaryPlugin
-
fetch
public io.vertx.core.json.JsonArray fetch(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap paramMap) - Specified by:
fetchin interfaceio.horizon.spi.component.DictionaryPlugin
-