Interface Lifecycle

All Superinterfaces:
Disposable
All Known Subinterfaces:
ApplicationExt, ModuleExt
All Known Implementing Classes:
AbstractConfigManager, AdaptiveExtensionInjector, ConfigManager, Environment, LifecycleAdapter, ModuleConfigManager, ModuleEnvironment

public interface Lifecycle extends Disposable
The Lifecycle of Dubbo component
Since:
2.7.5
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Destroy the component
    void
    Initialize the component before start
    void
    Start the component