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 TypeMethodDescriptionvoid
initialize
(BootstrapRegistry registry) Initialize the givenBootstrapRegistry
with any required registrations.
-
Method Details
-
initialize
Initialize the givenBootstrapRegistry
with any required registrations.- Parameters:
registry
- the registry to initialize
-