Interface ConfigSourceFactory

    • Method Detail

      • getPriority

        default OptionalInt getPriority()
        Returns the factory priority. This is required, because the factory needs to be sorted before doing initialization. Once the factory is initialized, each a ConfigSource will use its own ordinal to determine the config lookup order.
        Returns:
        the priority value.