Interface FeatureToggle


public interface FeatureToggle
Interface that provides information about a specific feature toggle.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • getName

      String getName()
      Returns:
      The name of the feature
    • isEnabled

      boolean isEnabled()
      Returns:
      true if the feature is enabled, false otherwise