public interface IIntermediateResultService
| Modifier and Type | Method and Description |
|---|---|
IIntermediateFuture<String> |
getResults(long delay,
int max)
Get the results.
|
IIntermediateFuture<String> getResults(long delay, int max)
delay - The delay that is waited between intermediate results.max - The number of intermediate results that will be returned.Copyright © 2013. All Rights Reserved.