Service
Service.init
Section titled “Service.init”/** Symbol key of an instance method run after construction (class plugins). */static readonly init: unique symbol构造完成后运行的实例方法所使用的符号键(类插件)。
Service.check
Section titled “Service.check”/** Symbol key of the availability predicate passed to `ctx.provide()`. */static readonly check: unique symbol传给 ctx.provide() 的可用性谓词所使用的符号键。
Service.config
Section titled “Service.config”/** Symbol key of the phantom intercept-config type parameter. */static readonly config: unique symbol虚设拦截配置类型参数所使用的符号键。
Service.invoke
Section titled “Service.invoke”/** Symbol key of the call body making a service callable (e.g. `ctx.logger()`). */static readonly invoke: unique symbol使服务可被调用的调用体所使用的符号键(例如 ctx.logger())。
Service.extend
Section titled “Service.extend”/** Symbol key of the helper deriving an extended service instance. */static readonly extend: unique symbol用于派生扩展服务实例的辅助方法所使用的符号键。
Service.tracker
Section titled “Service.tracker”/** Symbol key of the tracker metadata used for context tracing. */static readonly tracker: unique symbol上下文追踪所用跟踪器元数据的符号键。
Service.resolveConfig
Section titled “Service.resolveConfig”/** Symbol key of the intercept-config resolution helper below. */static readonly resolveConfig: unique symbol下述拦截配置解析辅助方法所使用的符号键。