public final class AggregateResultSynchronous<TInput,TOutput> extends Object
VortexAggregateFuture.get()
.Modifier and Type | Method and Description |
---|---|
List<TInput> |
getAggregatedInputs() |
TOutput |
getAggregateResult() |
Optional<Exception> |
getException()
If an aggregation fails,
VortexAggregateException will be thrown, otherwise
the Exception that caused the Tasklet to fail will be thrown directly. |
boolean |
hasNext() |
public TOutput getAggregateResult() throws VortexAggregateException
VortexAggregateException
will be thrown, otherwise
the Exception that caused the Tasklet to fail will be thrown directly.VortexAggregateException
- the Exception that caused the Tasklet or aggregation failure.public List<TInput> getAggregatedInputs()
public Optional<Exception> getException()
VortexAggregateException
will be thrown, otherwise
the Exception that caused the Tasklet to fail will be thrown directly.public boolean hasNext()
Copyright © 2017 The Apache Software Foundation. All rights reserved.