public class EmptyResponse extends Object implements Response<ServiceInstance>
| Constructor and Description |
|---|
EmptyResponse() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance |
getServer() |
boolean |
hasServer() |
void |
onComplete(CompletionContext completionContext)
Notification that the request completed.
|
public boolean hasServer()
hasServer in interface Response<ServiceInstance>public ServiceInstance getServer()
getServer in interface Response<ServiceInstance>public void onComplete(CompletionContext completionContext)
ResponseonComplete in interface Response<ServiceInstance>completionContext - - completion contextCopyright © 2019 Pivotal Software, Inc.. All rights reserved.