Package org.apache.dubbo.common.context
Interface Lifecycle
- All Superinterfaces:
Disposable
- All Known Subinterfaces:
ApplicationExt,ModuleExt
- All Known Implementing Classes:
AbstractConfigManager,AdaptiveExtensionInjector,ConfigManager,Environment,LifecycleAdapter,ModuleConfigManager,ModuleEnvironment
The Lifecycle of Dubbo component
- Since:
- 2.7.5
-
Method Details
-
initialize
Initialize the component beforestart- Throws:
IllegalStateException
-
start
Start the component- Throws:
IllegalStateException
-
destroy
Destroy the component- Specified by:
destroyin interfaceDisposable- Throws:
IllegalStateException
-