Interface ExperimentalFeaturesRegistryService


  • public interface ExperimentalFeaturesRegistryService
    Basic definition of the service that manages the ExperimentalFeaturesFramework
    • Method Detail

      • isFeatureEnabled

        boolean isFeatureEnabled​(String featureId)
        Determines if a given feature is enabled or not.
        Parameters:
        featureId - a String containing the identifier of an existing feature
        Returns:
        true if the feature is enabled, false if it is disabled
      • isExperimentalEnabled

        Boolean isExperimentalEnabled()
        Determines if the experimental framework is enabled or not
        Returns:
        true if it is enabled, false if not