public class DiscoveredResource extends Object implements RemoteResource
| Constructor and Description |
|---|
DiscoveredResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRestOperations(org.springframework.web.client.RestOperations restOperations)
Configures the
RestOperations to use to execute the traversal and verifying HEAD calls. |
void |
verifyOrDiscover()
Verifies the link to the current
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkpublic void setRestOperations(org.springframework.web.client.RestOperations restOperations)
RestOperations to use to execute the traversal and verifying HEAD calls.restOperations - can be null, resorting to a default RestTemplate in that case.public void verifyOrDiscover()
verifyOrDiscover in interface RemoteResourceCopyright © 2017 Pivotal Software, Inc.. All rights reserved.