start In Vm Rpc Client
fun <I> startInVmRpcClient(rpcOpsClass: Class<I>, username: String = rpcTestUser.username, password: String = rpcTestUser.password, configuration: CordaRPCClientConfiguration = CordaRPCClientConfiguration.DEFAULT): <Error class: unknown class><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.