Class RefreshBootstrapRegistryInitializer

java.lang.Object
org.springframework.cloud.bootstrap.RefreshBootstrapRegistryInitializer
All Implemented Interfaces:
org.springframework.boot.bootstrap.BootstrapRegistryInitializer

public class RefreshBootstrapRegistryInitializer extends Object implements org.springframework.boot.bootstrap.BootstrapRegistryInitializer
BootstrapRegistryInitializer that adds the BootstrapContext to the ApplicationContext for use later in ConfigDataContextRefresher.
Since:
3.0.3
Author:
Spencer Gibb
  • Constructor Details

    • RefreshBootstrapRegistryInitializer

      public RefreshBootstrapRegistryInitializer()
  • Method Details

    • initialize

      public void initialize(org.springframework.boot.bootstrap.BootstrapRegistry registry)
      Specified by:
      initialize in interface org.springframework.boot.bootstrap.BootstrapRegistryInitializer