Package org.springframework.boot
Interface BootstrapRegistryInitializer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to initialize a 
BootstrapRegistry before it
 is used.- Since:
- 2.4.5
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidinitialize(BootstrapRegistry registry) Initialize the givenBootstrapRegistrywith any required registrations.
- 
Method Details- 
initializeInitialize the givenBootstrapRegistrywith any required registrations.- Parameters:
- registry- the registry to initialize
 
 
-