public class FeatureFlaggingUtils extends Object
FeatureFlaggingService substitute during the earlier
stages of the deployment, when such service is not available yet.| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFeatureEnabled(org.mule.runtime.api.config.Feature feature,
ArtifactDescriptor artifactDescriptor)
True if a
Feature is enabled, assuming that the given ArtifactDescriptor provides relevant
FeatureContext metadata. |
public static boolean isFeatureEnabled(org.mule.runtime.api.config.Feature feature,
ArtifactDescriptor artifactDescriptor)
Feature is enabled, assuming that the given ArtifactDescriptor provides relevant
FeatureContext metadata.feature - The Feature.artifactDescriptor - Relevant ArtifactDescriptor.Feature must be enabled.Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.