startInVmRpcClient

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

rpcOpsClass

The Class of the RPC interface.

username

The username to authenticate with.

password

The password to authenticate with.

configuration

The RPC client configuration.