corda / net.corda.core.messaging / CordaRPCOps / removeClientId

removeClientId

abstract fun removeClientId(clientId: String): Boolean

Removes a flow's clientId to result/ exception mapping. If the mapping is of a running flow, then the mapping will not get removed. This version will only remove flow's that were started by the same user currently calling removeClientId.

See startFlowDynamicWithClientId for more information.

Return
whether the mapping was removed.