类 DubboBootstrap


  • public class DubboBootstrap
    extends Object
    See ApplicationModel and ExtensionLoader for why this class is designed to be singleton.

    The bootstrap class of Dubbo

    Get singleton instance by calling static method getInstance(). Designed as singleton because some classes inside Dubbo, such as ExtensionLoader, are designed only for one instance per process.

    从以下版本开始:
    2.7.5