Uses of Interface
com.azure.spring.cloud.feature.manager.FeatureFilter
-
Packages that use FeatureFilter Package Description com.azure.spring.cloud.feature.manager.feature.filters -
-
Uses of FeatureFilter in com.azure.spring.cloud.feature.manager.feature.filters
Classes in com.azure.spring.cloud.feature.manager.feature.filters that implement FeatureFilter Modifier and Type Class Description classAlwaysOnFilterA filter that always returns trueclassPercentageFilterA feature filter that can be used to activate a feature based on a random percentage.classTargetingFilter`Microsoft.TargetingFilter` enables evaluating a user/group/overall rollout of a feature.classTimeWindowFilterA feature filter that can be used at activate a feature based on a time window.
-