Interface PostConfigLoadedListener

All Known Implementing Classes:
ExampleEntryPointListeners

public interface PostConfigLoadedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Not sure why someone would need this, because of config factories existing, but this would be useful for config post-processing on edge cases.
  • Method Details

    • PostConfigLoaded

      void PostConfigLoaded()
      Not sure why someone would need this, because of config factories existing, but this would be useful for config post-processing on edge cases.