Uses of Class
org.springframework.cloud.client.actuator.HasFeatures
Packages that use HasFeatures
-
Uses of HasFeatures in org.springframework.cloud.client
Methods in org.springframework.cloud.client that return HasFeaturesModifier and TypeMethodDescriptionCommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration.commonsFeatures()ReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration.reactiveCommonsFeatures() -
Uses of HasFeatures in org.springframework.cloud.client.actuator
Methods in org.springframework.cloud.client.actuator that return HasFeaturesModifier and TypeMethodDescriptionstatic HasFeaturesHasFeatures.abstractFeatures(Class<?>... abstractFeatures) static HasFeaturesHasFeatures.namedFeature(String name, Class<?> type) static HasFeaturesHasFeatures.namedFeatures(String name1, Class<?> type1, String name2, Class<?> type2) static HasFeaturesHasFeatures.namedFeatures(NamedFeature... namedFeatures) Constructor parameters in org.springframework.cloud.client.actuator with type arguments of type HasFeatures