Interface PluginDeployService
- All Superinterfaces:
ArkService,PriorityOrdered
Service to deploy ark plugin
- Since:
- 0.1.0
- Author:
- ruoshan
-
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 plugins- Throws:
ArkRuntimeException- Since:
- 0.1.0
-
unDeploy
Un-deploy all ark plugins- Throws:
ArkRuntimeException
-