public class JsonRpcCaller extends Object
| Constructor and Description |
|---|
JsonRpcCaller(JsonRpcCallerBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
static JsonRpcCallerBuilder |
builder() |
<T> T |
call(int callStackDistance,
Object... params) |
<T> T |
call(String method,
Type returnType,
Object... params) |
<T> T |
callThis(Object... params) |
public JsonRpcCaller(JsonRpcCallerBuilder builder)
public static JsonRpcCallerBuilder builder()
public <T> T call(String method, Type returnType, Object... params) throws JsonRpcException, TransportException
JsonRpcExceptionTransportExceptionpublic <T> T callThis(Object... params) throws JsonRpcException, TransportException
JsonRpcExceptionTransportExceptionpublic <T> T call(int callStackDistance,
Object... params)
throws JsonRpcException,
TransportException
JsonRpcExceptionTransportExceptionCopyright © 2018. All rights reserved.