Interface FeatureFlags


public interface FeatureFlags
  • Method Details

    • getAll

      Map<String,String> getAll()
    • isOn

      boolean isOn(String feature)
      Parameters:
      feature - name of the feature
      Returns:
      true if feature is found and is on, false otherwise
    • incrementFeatureIsUsedCounter

      void incrementFeatureIsUsedCounter(String feature)