Interface BizDeployService
- All Superinterfaces:
ArkService,PriorityOrdered
Service to deploy Biz
- Since:
- 0.4.0
- Author:
- qilong.zql
-
Field Summary
Fields inherited from interface com.alipay.sofa.ark.spi.service.PriorityOrdered
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface com.alipay.sofa.ark.spi.service.ArkService
dispose, initMethods inherited from interface com.alipay.sofa.ark.spi.service.PriorityOrdered
getPriority
-
Method Details
-
deploy
Deploy all ark biz- Parameters:
args- biz startup arguments- Throws:
ArkRuntimeException- throw exception when meets error
-
unDeploy
Un-deploy all ark ark biz- Throws:
ArkRuntimeException
-