Class DpmCategory

java.lang.Object
io.vertx.tp.ambient.uca.dict.DpmCategory
All Implemented Interfaces:
Dpm

public class DpmCategory extends Object implements Dpm
## `X_CATEGORY` Dict
Author:
Lang
  • Constructor Details

    • DpmCategory

      public DpmCategory()
  • Method Details

    • fetchAsync

      public io.vertx.core.Future<ConcurrentMap<String,io.vertx.core.json.JsonArray>> fetchAsync(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap params)
      Description copied from interface: Dpm
      Async source
      Specified by:
      fetchAsync in interface Dpm
      Parameters:
      source - DSource definition of dict here.
      params - MultiMap parameters that are formatted with vertx
      Returns:
      Future
    • fetch

      public ConcurrentMap<String,io.vertx.core.json.JsonArray> fetch(io.vertx.up.commune.exchange.DSource source, io.vertx.core.MultiMap params)
      Description copied from interface: Dpm
      Sync source
      Specified by:
      fetch in interface Dpm
      Parameters:
      source - DSource definition of dict here.
      params - MultiMap parameters that are formatted with vertx
      Returns:
      ConcurrentMap