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.

@FunctionalInterface public interface BootstrapRegistryInitializer
Callback interface that can be used to initialize a BootstrapRegistry before it is used.
Since:
2.4.5
Author:
Phillip Webb
See Also:
  • Method Details

    • initialize

      void initialize(BootstrapRegistry registry)
      Initialize the given BootstrapRegistry with any required registrations.
      Parameters:
      registry - the registry to initialize