corda / net.corda.client.rpc / CordaRPCClientImpl / proxyFor

proxyFor

fun <T : RPCOps> proxyFor(rpcInterface: Class<T>, timeout: Duration? = null, minVersion: Int = 0): T

Builds a proxy for the given type, which must descend from RPCOps.

See Also

CordaRPCClient.proxy