T - type of the serverpublic interface Response<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getServer() |
boolean |
hasServer() |
void |
onComplete(CompletionContext completionContext)
Deprecated.
onComplete callbacks for load-balanced calls are being
moved to a separate interface |
boolean hasServer()
T getServer()
@Deprecated void onComplete(CompletionContext completionContext)
onComplete callbacks for load-balanced calls are being
moved to a separate interfacecompletionContext - - completion contextCopyright © 2020 Pivotal Software, Inc.. All rights reserved.