V
- the type of the result@FunctionalInterface public static interface ClosingFuture.Combiner.AsyncCombiningCallable<V>
ClosingFuture
result and may throw an exception.Modifier and Type | Method and Description |
---|---|
ClosingFuture<V> |
call(ClosingFuture.DeferredCloser closer,
ClosingFuture.Peeker peeker)
Computes a
ClosingFuture result, or throws an exception if unable to do so. |
ClosingFuture<V> call(ClosingFuture.DeferredCloser closer, ClosingFuture.Peeker peeker) throws java.lang.Exception
ClosingFuture
result, or throws an exception if unable to do so.
Any objects that are passed to closer.eventuallyClose()
will be closed when the ClosingFuture
pipeline
is done (but not before this method completes), even if this method throws or the pipeline
is cancelled.
peeker
- used to get the value of any of the input futuresjava.lang.Exception
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.