Class NamedFeature

java.lang.Object
org.springframework.cloud.client.actuator.NamedFeature

public class NamedFeature extends Object
Author:
Spencer Gibb
  • Constructor Details

    • NamedFeature

      public NamedFeature(String name, Class<?> type)
  • Method Details

    • getName

      public String getName()
    • getType

      public Class<?> getType()