com.r3corda.node.driver / DriverDSL / startClient

startClient

fun startClient(providedName: String, serverAddress: <ERROR CLASS>, clientAddress: <ERROR CLASS>?): Future<ArtemisMessagingClient>
Overrides DriverDSLExposedInterface.startClient

Starts an ArtemisMessagingClient.

Parameters

providedName - name of the client, which will be used for creating its directory.

serverAddress - the artemis server to connect to, for example a Node.

clientAddress - the address of the client (this is not bound by the client), defaults to serverAddress if null.