Json Rpc Caller
class JsonRpcCaller(val stringLineReaderWriter: StringLineReaderWriter, val callQueue: MutableList<RequestWithReturnType> = mutableListOf()) : BatchCallable, Closeable
Content copied to clipboard
Constructors
Link copied to clipboard
fun JsonRpcCaller(stringLineReaderWriter: StringLineReaderWriter, callQueue: MutableList<RequestWithReturnType> = mutableListOf())
Content copied to clipboard