Package com.azure.spring.cloud.feature.management.web


package com.azure.spring.cloud.feature.management.web
Package contains classes for accessing and creating Feature Flags, Feature Filters with integrations with Spring Web.
  • Class
    Description
    Interface for Disabled Features Handler.
    THis annotation can be added to any endpoint and will check if the feature is on.
    Interceptor for Requests to check if they should be run.
    Holds information on Feature Management properties and can check if a given feature is enabled.