Class ExAmbientDictionary

java.lang.Object
io.horizon.spi.component.ExAmbientDictionary
All Implemented Interfaces:
io.horizon.spi.component.Dictionary

public class ExAmbientDictionary extends Object implements io.horizon.spi.component.Dictionary
  • Constructor Details

    • ExAmbientDictionary

      public ExAmbientDictionary()
  • Method Details

    • fetchAsync

      public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> fetchAsync(io.vertx.core.MultiMap paramMap, List<io.vertx.up.commune.exchange.DSource> sources)
      Specified by:
      fetchAsync in interface io.horizon.spi.component.Dictionary
    • fetchTree

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchTree(String sigma, String type)
      Specified by:
      fetchTree in interface io.horizon.spi.component.Dictionary
    • fetchList

      public io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchList(String sigma, String type)
      Specified by:
      fetchList in interface io.horizon.spi.component.Dictionary