Namespace

Resolvers

Resolvers

Provides a bridge between the Managers Namespace and the resolving of const DSUs

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

Classes

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
.