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