クラス ManagementContextFactory
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
管理 Web サーバーがメインアプリケーションの別のポートで実行されている場合に、別の管理コンテキストを作成するためのファクトリ。
内部使用のみ。
- 導入:
- 3.0.0
- 作成者:
- Andy Wilkinson, Phillip Webb
コンストラクターの概要
コンストラクターコンストラクター説明ManagementContextFactory
(WebApplicationType webApplicationType, ClassSE<? extends WebServerFactory> webServerFactoryClass, ClassSE<?>... autoConfigurationClasses) メソッドのサマリー
修飾子と型メソッド説明createManagementContext
(ApplicationContext parentContext) void
registerWebServerFactoryBeans
(ApplicationContext parentContext, ConfigurableApplicationContext managementContext, AnnotationConfigRegistry registry)
コンストラクターの詳細
ManagementContextFactory
public ManagementContextFactory(WebApplicationType webApplicationType, ClassSE<? extends WebServerFactory> webServerFactoryClass, ClassSE<?>... autoConfigurationClasses)
メソッドの詳細
createManagementContext
registerWebServerFactoryBeans
public void registerWebServerFactoryBeans(ApplicationContext parentContext, ConfigurableApplicationContext managementContext, AnnotationConfigRegistry registry)