FinishNode

constructor(subgraphName: String? = null, type: KType)(source)

Deprecated

Use Kotlin TypeToken instead of KType for type representation

Secondary constructor for FinishNode allowing initialization with a KType instead of a TypeToken.

Parameters

subgraphName

Optional name of the corresponding subgraph associated with this FinishNode. If provided, it contributes to forming a unique identifier for the node.

type

The KType used as an alternative representation of the output type TOutput.