TransactionPlanResult

class TransactionPlanResult(results: Map<StepHandle<*>, Any?>)

Stores the results of an executed transaction plan in a safe manner. Allows retrieving results using StepHandle instead of indices.

Constructors

Link copied to clipboard
constructor(results: Map<StepHandle<*>, Any?>)

Functions

Link copied to clipboard
fun <T> get(handle: StepHandle<T>): T

Gets the result for a specific step.