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