jw
11/07/2017, 12:59 AMDeferred
(via CompletableDeferred
). Is there something else that offers this callback?elizarov
11/07/2017, 6:58 AMinvokeOnCompletion
is there. Or what else are you looking for?jw
11/07/2017, 7:20 AMelizarov
11/07/2017, 7:25 AMinvokeOnCompletion
and cancel call from there. It should work assuming that cancelling an otherwise completed call has no effect.jw
11/07/2017, 7:28 AMelizarov
11/07/2017, 7:36 AMJobSupport
just like CompletableDeferred
. In this case, onCancellation
can be overriden. Less stable API, but less overhead.jw
11/07/2017, 10:52 PM