Skip to content

Service

/** Symbol key of an instance method run after construction (class plugins). */
static readonly init: unique symbol

Symbol key of an instance method run after construction (class plugins).

Source

/** Symbol key of the availability predicate passed to `ctx.provide()`. */
static readonly check: unique symbol

Symbol key of the availability predicate passed to ctx.provide().

Source

/** Symbol key of the phantom intercept-config type parameter. */
static readonly config: unique symbol

Symbol key of the phantom intercept-config type parameter.

Source

/** Symbol key of the call body making a service callable (e.g. `ctx.logger()`). */
static readonly invoke: unique symbol

Symbol key of the call body making a service callable (e.g. ctx.logger()).

Source

/** Symbol key of the helper deriving an extended service instance. */
static readonly extend: unique symbol

Symbol key of the helper deriving an extended service instance.

Source

/** Symbol key of the tracker metadata used for context tracing. */
static readonly tracker: unique symbol

Symbol key of the tracker metadata used for context tracing.

Source

/** Symbol key of the intercept-config resolution helper below. */
static readonly resolveConfig: unique symbol

Symbol key of the intercept-config resolution helper below.

Source