public interface ISubscriptionIntermediateFuture<E> extends ITerminableIntermediateFuture<E>
DONE
Modifier and Type | Method and Description |
---|---|
void |
addQuietListener(IResultListener<Collection<E>> listener)
Add a listener which does not consume the initial results.
|
getIntermediateResults, getNextIntermediateResult, hasNextIntermediateResult
terminate, terminate
addResultListener, get, get, get, get, getException, isDone
sendBackwardCommand
void addQuietListener(IResultListener<Collection<E>> listener)
Copyright © 2013. All Rights Reserved.