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 defaultRemoteResourceRefresher
if at least oneRemoteResource
is 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 ServiceInstanceProvider
to work with aDiscoveryClient
to look up a service by name.RemoteResourceRefresher AScheduledTaskRegistrar
that verifies allDiscoveredResource
instances in the system, based on the given timing configuration.StaticServiceInstanceProvider AServiceInstanceProvider
that will always return the configuredServiceInstance
.