Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncResolvable<R>

template

R

since

2.0.0

Type parameters

  • R

Hierarchy

  • AsyncResolvable

Implemented by

Index

Methods

getServiceIdentifier

  • Returns the service identifier to be used by the IoC container. This identifier is to be used when you need the IoC container to inject the result of {@link resolve()} into other modules.

    since

    2.0.0

    Returns ServiceIdentifier<R>

    the service identifier

resolve

  • resolve(): Promise<R>

Generated using TypeDoc