fun startClient(providedName: String, serverAddress: <ERROR CLASS>, clientAddress: <ERROR CLASS>?): Future<ArtemisMessagingClient>
Starts an ArtemisMessagingClient.
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.