-
- All Implemented Interfaces:
-
cz.encircled.joiner.reactive.ExecutionStep,cz.encircled.joiner.reactive.OuterScopeExecution
public final class FluxCallbackOuterScopeExecution<T extends Object, E extends Object> implements OuterScopeExecution<E>
-
-
Constructor Summary
Constructors Constructor Description FluxCallbackOuterScopeExecution(Function1<T, E> callback)
-
Method Summary
Modifier and Type Method Description CompletableFuture<List<E>>perform(Object arg)Execute a user callback or return pre-computed value
-