public interface FromServerGettable<T> extends Gettable<T>
| Modifier and Type | Method and Description |
|---|---|
Gettable<T> |
fromServer()
Deprecated.
Gettable.get() will always return the latest resource from the server, there is no
need to call fromServer. |
@Deprecated Gettable<T> fromServer()
Gettable.get() will always return the latest resource from the server, there is no
need to call fromServer.Copyright © 2015–2023 Red Hat. All rights reserved.