@FunctionalInterface public interface FrameworkComponentSource
Components
to an
application.
This interface can be registered as a bean within a Spring Boot application in order to
contribute framework components to the application. Framework components are guaranteed to be
registered before components contributed with the general use ComponentSource
. This
allows framework components within the registry to be easily extended or modified.
for more details on usage
Modifier and Type | Method and Description |
---|---|
void |
register(ComponentRegistry<?> registry)
Used for registering or modifying components within the
ComponentRegistry . |
void register(ComponentRegistry<?> registry)
ComponentRegistry
.registry
- the component registryCopyright © 2021. All rights reserved.