Intercept every resolve() call — enables logging, metrics, caching, permission checks, or decoration.
resolve()
1.2.0
Called around each resolution.
The token being resolved.
Call to continue to the next middleware (or the actual provider).
The resolved service (possibly wrapped / decorated).
Intercept every
resolve()call — enables logging, metrics, caching, permission checks, or decoration.Since
1.2.0