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
 - Author:
 - Phillip Webb
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(BootstrapRegistry registry) Initialize the givenBootstrapRegistrywith any required registrations. 
- 
Method Details
- 
initialize
Initialize the givenBootstrapRegistrywith any required registrations.- Parameters:
 registry- the registry to initialize
 
 -