public interface JsonRpcClientProvider
| Modifier and Type | Field and Description |
|---|---|
static java.util.concurrent.atomic.AtomicLong |
nextId
The constant nextId.
|
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.concurrent.CompletableFuture<JsonRpc20Response<T>> |
call(JsonRpc20Request request,
java.lang.String url,
java.lang.reflect.Type typeOfT)
Call completable future.
|
default long |
nextId()
Next id long.
|
default long nextId()
<T> java.util.concurrent.CompletableFuture<JsonRpc20Response<T>> call(JsonRpc20Request request, java.lang.String url, java.lang.reflect.Type typeOfT)
T - the type parameterrequest - the requesturl - the urltypeOfT - the type of t