corda / net.corda.node.services.messaging / 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.