Class BrandDict

java.lang.Object
io.horizon.spi.dict.BrandDict
All Implemented Interfaces:
io.horizon.spi.component.DictionaryPlugin

public class BrandDict extends Object implements io.vertx.tp.optic.component.DictionaryPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.json.JsonArray
    fetch (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, wait

    Methods 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:
      fetchAsync in interface io.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:
      fetch in interface io.horizon.spi.component.DictionaryPlugin