public interface IPullResultService
| Modifier and Type | Method and Description |
|---|---|
IPullIntermediateFuture<String> |
getResultsA(int max)
Get the results.
|
IPullSubscriptionIntermediateFuture<String> |
getResultsB(int max)
Get the results.
|
IPullIntermediateFuture<String> getResultsA(int max)
max - The number of intermediate results that will be returned.IPullSubscriptionIntermediateFuture<String> getResultsB(int max)
max - The number of intermediate results that will be returned.Copyright © 2013. All Rights Reserved.