接口 ManagementContextFactory

  • 函数接口:
    这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

    @FunctionalInterface
    public interface ManagementContextFactory
    Factory for creating a separate management context when the management web server is running on a different port to the main application.
    从以下版本开始:
    2.0.0
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      org.springframework.boot.web.context.ConfigurableWebServerApplicationContextcreateManagementContext​(org.springframework.context.ApplicationContext parent, Class<?>... configurationClasses)
      Create the management application context.
    • 方法详细资料

      • createManagementContext

        org.springframework.boot.web.context.ConfigurableWebServerApplicationContext createManagementContext​(org.springframework.context.ApplicationContext parent,
                                                                                                             Class<?>... configurationClasses)
        Create the management application context.
        参数:
        parent - the parent context
        configurationClasses - the configuration classes
        返回:
        a configured application context