Package org.springframework.cloud.client.hypermedia
-
Interface Summary Interface Description RemoteResource A REST resource that can be discovered and can be either gone or available.ServiceInstanceProvider A component that will provide aServiceInstance, or can express the absence of one by returning null.TraversalDefinition Callback to define the traversal to a resource. -
Class Summary Class Description CloudHypermediaAutoConfiguration Registers a defaultRemoteResourceRefresherif at least oneRemoteResourceis declared in the system.CloudHypermediaAutoConfiguration.CloudHypermediaProperties Configuration for Cloud hypermedia.CloudHypermediaAutoConfiguration.CloudHypermediaProperties.Refresh Configuration for Cloud hypermedia refresh.DiscoveredResource A REST resource that is defined by a service reference and a traversal operation within that service.DynamicServiceInstanceProvider ServiceInstanceProviderto work with aDiscoveryClientto look up a service by name.RemoteResourceRefresher AScheduledTaskRegistrarthat verifies allDiscoveredResourceinstances in the system, based on the given timing configuration.StaticServiceInstanceProvider AServiceInstanceProviderthat will always return the configuredServiceInstance.