V
- the type of the result@FunctionalInterface public static interface ClosingFuture.Combiner.CombiningCallable<V>
Modifier and Type | Method and Description |
---|---|
V |
call(ClosingFuture.DeferredCloser closer,
ClosingFuture.Peeker peeker)
Computes a result, or throws an exception if unable to do so.
|
V call(ClosingFuture.DeferredCloser closer, ClosingFuture.Peeker peeker) throws java.lang.Exception
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.