public class RemoteCallReturn extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteCallReturn.Builder
Builder for
RemoteCallReturn objects. |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
Gets the exception from the remote call that was made if one occurred.
|
RequestInfo |
getRequestInfo()
Gets the request info from the remote call that was made.
|
ResponseInfo |
getResponseInfo()
Gets the response info from the remote call that was made.
|
Object |
getReturnValue()
Gets the return value from the remote call that was made.
|
public Object getReturnValue()
null
if there was an exceptionpublic RequestInfo getRequestInfo()
public ResponseInfo getResponseInfo()
public Throwable getException()
null
if there was no exceptionCopyright © 2019. All rights reserved.