startRandomRpcClient

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

rpcOpsClass

The Class of the RPC interface.

rpcAddress

The address of the RPC server to connect to.

username

The username to authenticate with.

password

The password to authenticate with.