Package com.alipay.sofa.ark.spi.service
Interface ArkService
- All Superinterfaces:
PriorityOrdered
- All Known Subinterfaces:
BizDeployService,ClassLoaderService,PluginDeployService,TelnetServerService
Ark Service lifecycle, when a service need init/dispose action, it should implement this interface and register by guice
- 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.PriorityOrdered
getPriority
-
Method Details
-
init
Ark Service init- Throws:
ArkRuntimeException
-
dispose
Ark Service dispose- Throws:
ArkRuntimeException
-