Class AppConfigurationStoreTrigger

java.lang.Object
com.azure.spring.cloud.config.properties.AppConfigurationStoreTrigger

public final class AppConfigurationStoreTrigger extends Object
Properties on what Triggers are checked before a refresh is triggered.
  • Constructor Details

    • AppConfigurationStoreTrigger

      public AppConfigurationStoreTrigger()
  • Method Details

    • getKey

      public String getKey()
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Parameters:
      key - the key to set
    • getLabel

      public String getLabel()
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • validateAndInit

      @PostConstruct public void validateAndInit()
      Validates key isn't null
    • toString

      public String toString()
      Overrides:
      toString in class Object