WebAppBase.swapAsync(String slotName) 方法
定义
Swaps the app running in the current web app / slot with the app running in the specified slot.
public Completable swapAsync(String slotName)
参数
- slotName
- String
the target slot to swap with. Use 'production' for the production slot.
返回
Completable
a representation of the deferred computation of this call