public interface IPullResultService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IPullIntermediateFuture<java.lang.String> |
getResultsA(int max)
Get the results.
|
jadex.commons.future.IPullSubscriptionIntermediateFuture<java.lang.String> |
getResultsB(int max)
Get the results.
|
jadex.commons.future.IPullIntermediateFuture<java.lang.String> getResultsA(int max)
max
- The number of intermediate results that will be returned.jadex.commons.future.IPullSubscriptionIntermediateFuture<java.lang.String> getResultsB(int max)
max
- The number of intermediate results that will be returned.