-
- All Implemented Interfaces:
-
cz.encircled.joiner.reactive.ExecutionStep
public final class MonoComputedExecutionStep<T extends Object> extends ComputedExecutionStep<T>
Execution step which returns pre-computed value with singular result (e.g. FindOne query)
-
-
Constructor Summary
Constructors Constructor Description MonoComputedExecutionStep(T value)
-
Method Summary
Modifier and Type Method Description ObjectconvertResult(List<Object> arg)Convert step result if needed (e.g. -
-
Constructor Detail
-
MonoComputedExecutionStep
MonoComputedExecutionStep(T value)
-
-
-
-