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