Uses of Class
org.springframework.cloud.client.actuator.HasFeatures
-
Packages that use HasFeatures Package Description org.springframework.cloud.client org.springframework.cloud.client.actuator -
-
Uses of HasFeatures in org.springframework.cloud.client
Methods in org.springframework.cloud.client that return HasFeatures Modifier and Type Method Description HasFeaturesCommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration. commonsFeatures()HasFeaturesReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration. reactiveCommonsFeatures() -
Uses of HasFeatures in org.springframework.cloud.client.actuator
Methods in org.springframework.cloud.client.actuator that return HasFeatures Modifier and Type Method Description static 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 Constructor Description FeaturesEndpoint(List<HasFeatures> hasFeaturesList)
-