Class FeatureSet
java.lang.Object
com.azure.spring.cloud.config.feature.management.entity.FeatureSet
Set of Feature Flag Key pairs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFeature(String key, Object feature) Adds a new Feature Flag.Returns Map of Feature Flags.
-
Constructor Details
-
FeatureSet
public FeatureSet()
-
-
Method Details
-
getFeatureManagement
Returns Map of Feature Flags.- Returns:
- the featureFlags
-
addFeature
Adds a new Feature Flag.- Parameters:
key- Name of the Feature Flag.feature- true/false, for on/off feature Flag.Featureif Feature Filter.
-