Uses of Interface
org.springframework.cloud.client.hypermedia.ServiceInstanceProvider
-
Packages that use ServiceInstanceProvider Package Description org.springframework.cloud.client.hypermedia -
-
Uses of ServiceInstanceProvider in org.springframework.cloud.client.hypermedia
Classes in org.springframework.cloud.client.hypermedia that implement ServiceInstanceProvider Modifier and Type Class Description classDynamicServiceInstanceProviderServiceInstanceProviderto work with aDiscoveryClientto look up a service by name.classStaticServiceInstanceProviderAServiceInstanceProviderthat will always return the configuredServiceInstance.Methods in org.springframework.cloud.client.hypermedia that return ServiceInstanceProvider Modifier and Type Method Description ServiceInstanceProviderDiscoveredResource. getProvider()Constructors in org.springframework.cloud.client.hypermedia with parameters of type ServiceInstanceProvider Constructor Description DiscoveredResource(ServiceInstanceProvider provider, TraversalDefinition traversal)
-