T - Our return type.public class RemoteFunctionCall<T> extends RemoteCall<T>
| 构造器和说明 |
|---|
RemoteFunctionCall(Function function,
Callable<T> callable) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Type> |
decodeFunctionResponse(String response)
decode a method response
|
String |
encodeFunctionCall()
return an encoded function, so it can be manually signed and transmitted
|
flowable, send, sendAsyncpublic String encodeFunctionCall()
Copyright © 2025. All rights reserved.