接口 Lifecycle
-
- 所有已知子接口:
FrameworkExt
- 所有已知实现类:
ConfigManager,Environment,LifecycleAdapter,ServiceRepository
public interface LifecycleThe Lifecycle of Dubbo component- 从以下版本开始:
- 2.7.5
-
-
方法详细资料
-
initialize
void initialize() throws IllegalStateExceptionInitialize the component beforestart
-
start
void start() throws IllegalStateExceptionStart the component
-
destroy
void destroy() throws IllegalStateExceptionDestroy the component
-
-