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