Class TentDict

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

public class TentDict extends Object implements io.horizon.spi.component.DictionaryPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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, fetch
  • Constructor Details

    • TentDict

      public TentDict()
  • 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