Class DpmAssist

  • All Implemented Interfaces:
    Dpm

    public class DpmAssist
    extends Object
    implements Dpm
    ## `Assist` Dict
    Author:
    Lang
    • Constructor Detail

      • DpmAssist

        public DpmAssist()
    • Method Detail

      • fetchAsync

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