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

    Modifier and Type
    Method
    Description
    void
    Apply configuration settings to the framework.
  • Method Details

    • config

      void config()
      Apply configuration settings to the framework.