Class

Resolver

(abstract) Resolvers.Resolver()

Constructor

# abstract new Resolver()

Resolver classes substitute Managers when they're not available to be resolve a Const DSU from its key in the DB and extract the updated Information when required

Expects the injection of a service with the 2 following methods:

  • generateKey(...keyArgs): to generate the Array SSI:
  • get(KeySSI): that loads the DSU and loads the Object information
.

Resolver classes substitute Managers when they're not available to be resolve a Const DSU from its key in the DB and extract the updated Information when required

Expects the injection of a service with the 2 following methods:

  • generateKey(...keyArgs): to generate the Array SSI:
  • get(KeySSI): that loads the DSU and loads the Object information

View Source managers/resolvers/Resolver.js, line 6