Class FeaturesEndpoint

java.lang.Object
org.springframework.cloud.client.actuator.FeaturesEndpoint
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Endpoint(id="features") public class FeaturesEndpoint extends Object implements org.springframework.context.ApplicationContextAware
Author:
Spencer Gibb
  • Constructor Details

    • FeaturesEndpoint

      public FeaturesEndpoint(List<HasFeatures> hasFeaturesList)
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • features

      @ReadOperation public org.springframework.cloud.client.actuator.FeaturesEndpoint.Features features()