net.corda.node.services.messaging / FlowHandle

FlowHandle

data class FlowHandle<A>


Constructors

<init> FlowHandle(id: StateMachineRunId, progress: <ERROR CLASS><Change>, returnValue: <ERROR CLASS><A>)

Properties

id val id: StateMachineRunId
progress val progress: <ERROR CLASS><Change>
returnValue val returnValue: <ERROR CLASS><A>