Class FeatureSet
java.lang.Object
com.azure.spring.cloud.config.feature.management.entity.FeatureSet
Set of Feature Flag Key pairs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFeature
(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.Feature
if Feature Filter.
-