| Package | Description |
|---|---|
| com.alipay.sofa.jraft.rpc | |
| com.alipay.sofa.jraft.rpc.impl |
| Modifier and Type | Method and Description |
|---|---|
default void |
RpcClient.invokeAsync(Endpoint endpoint,
Object request,
InvokeCallback callback,
long timeoutMs)
Asynchronous invocation with a callback.
|
void |
RpcClient.invokeAsync(Endpoint endpoint,
Object request,
InvokeContext ctx,
InvokeCallback callback,
long timeoutMs)
Asynchronous invocation with a callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoltRpcClient.invokeAsync(Endpoint endpoint,
Object request,
InvokeContext ctx,
InvokeCallback callback,
long timeoutMs) |
Copyright © 2024. All rights reserved.