Interface CconfigRetriever

All Known Implementing Classes:
DbBasedCconfigRetriever, EnvBasedCconfigRetriever, JsonBasedCconfigRetriever, KeyManipulatingConfigRetriever, MessageBundleConfigRetriever

public interface CconfigRetriever
This is implemented by all the classes that retrieve configs from various sources. They either add keys to the context or change the existing keys. (or do both)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    augmentKeys(ConfigContext configContext)
     
    default int
     
  • Method Details

    • augmentKeys

      void augmentKeys(ConfigContext configContext)
    • order

      default int order()