Package org.apache.dubbo.common.resource
Interface Disposable
- All Known Subinterfaces:
ApplicationExt,Lifecycle,ModuleExt
- All Known Implementing Classes:
AbstractConfigManager,AdaptiveExtensionInjector,ConfigManager,Environment,FrameworkExecutorRepository,LifecycleAdapter,ModuleConfigManager,ModuleEnvironment,ShutdownHookCallbacks
public interface Disposable
An interface for destroying resources
-
Method Summary
-
Method Details
-
destroy
void destroy()
-