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

removeConnectionListener

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

Removes RPCConnectionListener from this MultiRPCClient.

Return
true if the element has been successfully removed; false if it was not present in the set of listeners.