start Random Rpc Client
fun <I : RPCOps> startRandomRpcClient(rpcOpsClass: Class<I>, rpcAddress: NetworkHostAndPort, username: String = rpcTestUser.username, password: String = rpcTestUser.password): CordaFuture<Process>
Starts a Netty RPC client in a new JVM process that calls random RPCs with random arguments.
Parameters
rpc Ops Class
The Class of the RPC interface.
rpc Address
The address of the RPC server to connect to.
username
The username to authenticate with.
password
The password to authenticate with.