SAP Spartacus ConfigInitializerService里的isStable属性
生活随笔
收集整理的這篇文章主要介紹了
SAP Spartacus ConfigInitializerService里的isStable属性
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
請求鏈接
參數:lang=zh
返回的title已經包含中文了:
這是一個純getter屬性:
/*** Returns true if config is stable, i.e. all CONFIG_INITIALIZERS resolved correctly*/get isStable(): boolean {return (!this.initializerGuard ||(this.ongoingScopes$.value && this.ongoingScopes$.value.length === 0));}兩個依賴因素:
(1) CONFIG_INITIALIZER_FORROOT_GUARD
(2) this.ongoingScopes$
默認為true:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
總結
以上是生活随笔為你收集整理的SAP Spartacus ConfigInitializerService里的isStable属性的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 理想首批4C超充站投入运营 能拉50人的
- 下一篇: SAP Spartacus auth.s