- Type Parameters:
T - The type of this flow
- All Superinterfaces:
ExecutionFlow<T>
-
Method Summary
void
Complete this flow normally.
default void
Complete the flow with value / exception.
void
Complete this flow with an exception.
void
Complete this flow from the given flow.
boolean
void
Add a listener that is called if this flow or any downstream flow is cancelled.
boolean
Complete this flow normally.
boolean
Complete this flow with an exception.
Methods inherited from interface ExecutionFlow
cancel, completeTo, flatMap, map, onComplete, onErrorResume, putInContext, putInContextIfAbsent, then, timeout, toCompletableFuture, tryComplete, tryCompleteError, tryCompleteValue