V
- the type of the result@FunctionalInterface public static interface ClosingFuture.AsyncClosingCallable<V>
ClosingFuture
of a result.Modifier and Type | Method and Description |
---|---|
ClosingFuture<V> |
call(ClosingFuture.DeferredCloser closer)
Computes a result, or throws an exception if unable to do so.
|
ClosingFuture<V> call(ClosingFuture.DeferredCloser closer) throws 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.
Exception
Copyright © 2010–2021. All rights reserved.