Interface ToggleCondition


  • @ProviderType
    public interface ToggleCondition
    Toggle condition that gets registered in the service registry for active toggles. The PROPERTY_NAME can be used to query for a required toggle. It is up to the implementation to select how many toggle condition services it will register.
    Since:
    1.2.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_NAME
      Service registration property with the enabled toggle name(s).
    • Field Detail

      • PROPERTY_NAME

        static final java.lang.String PROPERTY_NAME
        Service registration property with the enabled toggle name(s). The value of this property is either a string or an array of strings where each string value specifies a separate toggle name.
        See Also:
        Constant Field Values