T - public interface LazyResultConsumer<T>
extends java.util.function.Consumer<java.util.concurrent.CompletableFuture<T>>
| Modifier and Type | Method and Description |
|---|---|
MaxActive |
getMaxActive() |
java.util.Collection<T> |
getResults() |
LazyResultConsumer<T> |
withResults(java.util.Collection<T> t)
Used to generate a new instance for result collection - populates the supplied Collection
|
LazyResultConsumer<T> withResults(java.util.Collection<T> t)
t - Collection to be populatedjava.util.Collection<T> getResults()
MaxActive getMaxActive()