-
- All Implemented Interfaces:
-
cz.encircled.joiner.reactive.ExecutionStep
public class ComputedExecutionStep<T extends Object> implements ExecutionStep<T>
Execution step which returns pre-computed value with plural result (e.g. FindMultiple query)
-
-
Constructor Summary
Constructors Constructor Description ComputedExecutionStep(T value)
-