Uses of Interface
org.springframework.util.concurrent.ListenableFutureCallback
Packages that use ListenableFutureCallback
Package
Description
Useful generic
java.util.concurrent.Future extensions.-
Uses of ListenableFutureCallback in org.springframework.util.concurrent
Methods in org.springframework.util.concurrent with parameters of type ListenableFutureCallbackModifier and TypeMethodDescriptionvoidCompletableToListenableFutureAdapter.addCallback(ListenableFutureCallback<? super T> callback) Deprecated, for removal: This API element is subject to removal in a future version.voidListenableFuture.addCallback(ListenableFutureCallback<? super T> callback) Deprecated, for removal: This API element is subject to removal in a future version.voidListenableFutureAdapter.addCallback(ListenableFutureCallback<? super T> callback) Deprecated, for removal: This API element is subject to removal in a future version.voidListenableFutureCallbackRegistry.addCallback(ListenableFutureCallback<? super T> callback) Deprecated, for removal: This API element is subject to removal in a future version.Add the given callback to this registry.voidListenableFutureTask.addCallback(ListenableFutureCallback<? super T> callback) Deprecated, for removal: This API element is subject to removal in a future version.voidSettableListenableFuture.addCallback(ListenableFutureCallback<? super T> callback) Deprecated, for removal: This API element is subject to removal in a future version.
CompletableFuture.whenComplete(BiConsumer)