Interface CoreConfigLoader
- All Known Implementing Classes:
CenterCoreConfigLoader, ExternalCoreConfigLoader, LogicServerCoreConfigLoader, NetServerCoreConfigLoader
public interface CoreConfigLoader
SPI interface for loading framework configuration at startup.
Implementations are discovered via ServiceLoader during
the Preloading phase.
-
Method Summary
-
Method Details
-
config
void config()Apply configuration settings to the framework.
-