PlannedStep
internal class PlannedStep(val handle: StepHandle<*>, val query: RunnableQuery<*>, val params: Map<String, Any?>, val run: (Map<String, Any?>) -> Any?)
A step and the handle it was filed under, which is all the executor needs of either.
Constructors
Link copied to clipboard
constructor(handle: StepHandle<*>, query: RunnableQuery<*>, params: Map<String, Any?>, run: (Map<String, Any?>) -> Any?)