corda / net.corda.client.rpc / CordaRPCClient / start

start

fun start(username: String, password: String): CordaRPCClient

Opens the connection to the server with the given username and password, then returns itself. Registers a JVM shutdown hook to cleanly disconnect.