Package io.micronaut.controlpanel.core
Interface ControlPanelLoader
- All Known Implementing Classes:
InfinispanControlPanelLoader
public interface ControlPanelLoader
Interface for loading control panels dynamically.
Implementations of this interface are responsible for discovering
and instantiating control panels that should be available in the application.
- Since:
- 2.0.0
- Author:
- Álvaro Sánchez-Mariscal
-
Method Summary
Modifier and TypeMethodDescription<CP extends ControlPanel<?>>
List<CP> Loads a list of control panels.
-
Method Details
-
loadControlPanels
Loads a list of control panels.- Type Parameters:
CP- the type of control panel- Returns:
- a list of control panels
-