FlowHandle

FlowHandle is a serialisable handle for the started flow, parameterised by the type of the flow's return value.

Inheritors

Properties

Link copied to clipboard
abstract val id: StateMachineRunId

The started state machine's ID.

Link copied to clipboard
abstract val returnValue: CordaFuture<A>

A CordaFuture of the flow's return value.

Functions

Link copied to clipboard
abstract override fun close()

Use this function for flows whose returnValue is not going to be used, so as to free up server resources.