public interface RemoteResource
Modifier and Type | Method and Description |
---|---|
org.springframework.hateoas.Link |
getLink()
Returns the
Link to the resource if it is available, or null if
it is gone (i.e. |
void |
verifyOrDiscover()
Discovers the resource if it hasn't been discovered yet or has become unavailable.
|
org.springframework.hateoas.Link getLink()
Link
to the resource if it is available, or null if
it is gone (i.e. it either is generally unavailable or can't be discovered).void verifyOrDiscover()
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.