corda / net.corda.core.messaging / FlowHandleWithClientId

FlowHandleWithClientId

interface FlowHandleWithClientId<A> : FlowHandle<A>

Properties

clientId

The clientId with which the client has started the flow.

abstract val clientId: String

Inheritors

FlowHandleWithClientIdImpl

data class FlowHandleWithClientIdImpl<A> : FlowHandleWithClientId<A>