Uses of Interface
org.springframework.util.concurrent.ListenableFutureCallback
Packages that use ListenableFutureCallback
Package
Description
Java 5 annotation for asynchronous method execution.
Useful generic
java.util.concurrent.Future extensions.-
Uses of ListenableFutureCallback in org.springframework.scheduling.annotation
Methods in org.springframework.scheduling.annotation with parameters of type ListenableFutureCallbackModifier and TypeMethodDescriptionvoidAsyncResult.addCallback(ListenableFutureCallback<? super V> callback) -
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) voidListenableFuture.addCallback(ListenableFutureCallback<? super T> callback) Register the givenListenableFutureCallback.voidListenableFutureAdapter.addCallback(ListenableFutureCallback<? super T> callback) voidListenableFutureCallbackRegistry.addCallback(ListenableFutureCallback<? super T> callback) Add the given callback to this registry.voidListenableFutureTask.addCallback(ListenableFutureCallback<? super T> callback) voidSettableListenableFuture.addCallback(ListenableFutureCallback<? super T> callback)