public interface ISubscriptionIntermediateFuture<E> extends ITerminableIntermediateFuture<E>
DONE
Modifier and Type | Method and Description |
---|---|
void |
addQuietListener(IResultListener<java.util.Collection<E>> listener)
Add a listener which does not consume the initial results.
|
java.util.Collection<E> |
getIntermediateResults()
Get the intermediate results that are available.
|
addIntermediateResultListener, addIntermediateResultListener, addIntermediateResultListener, addIntermediateResultListener, addIntermediateResultListener, flatMapAsync, getNextIntermediateResult, getNextIntermediateResult, hasNextIntermediateResult, hasNextIntermediateResult, mapAsync, mapAsync
terminate, terminate
acceptEither, addResultListener, addResultListener, addResultListener, applyToEither, delegate, exceptionally, exceptionally, exceptionally, get, get, get, get, get, getException, isDone, thenAccept, thenAccept, thenApply, thenApply, thenCombine, thenCompose, thenCompose
sendBackwardCommand
void addQuietListener(IResultListener<java.util.Collection<E>> listener)
java.util.Collection<E> getIntermediateResults()
getIntermediateResults
in interface IIntermediateFuture<E>