TransactionStep
constructor(builder: QueryBuilder<*>, executionLogic: (builder: QueryBuilder<*>, params: Map<String, Any?>) -> DataResult<T>, params: Map<String, Any?>)
Parameters
T
The type of result this step will produce when executed.
The type of result this step will produce when executed.