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:
- 4.0.0
- Author:
- Phillip Webb
- 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
 
 
-