| Interface | Description |
|---|---|
| RemoteResource |
A REST resource that can be discovered and can be either gone or available.
|
| ServiceInstanceProvider |
A component that will provide a
ServiceInstance, or can express the absence of
one by returning null. |
| TraversalDefinition |
Callback to define the traversal to a resource.
|
| Class | Description |
|---|---|
| CloudHypermediaAutoConfiguration |
Registers a default
RemoteResourceRefresher if at least one
RemoteResource 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 a DiscoveryClient to look up a
service by name. |
| RemoteResourceRefresher |
A
ScheduledTaskRegistrar that verifies all DiscoveredResource instances
in the system, based on the given timing configuration. |
| StaticServiceInstanceProvider |
A
ServiceInstanceProvider that will always return the configured
ServiceInstance. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.