corda / net.corda.client.rpc.ext / MultiRPCClient / addConnectionListener

addConnectionListener

fun addConnectionListener(listener: RPCConnectionListener<I>): Boolean

Adds RPCConnectionListener to this MultiRPCClient to be informed about important connectivity events.

Return
true if the element has been added, false when listener is already contained in the set of listeners.