start In Vm Rpc Client
fun <I : RPCOps> startInVmRpcClient(rpcOpsClass: Class<I>, username: String = rpcTestUser.username, password: String = rpcTestUser.password, configuration: CordaRPCClientConfiguration = CordaRPCClientConfiguration.DEFAULT): CordaFuture<I>
Starts an In-VM RPC client.
Parameters
rpc Ops Class
The Class of the RPC interface.
username
The username to authenticate with.
password
The password to authenticate with.
configuration
The RPC client configuration.