Uses of Interface
org.springframework.util.concurrent.ListenableFuture
Packages that use ListenableFuture
Package
Description
This package defines Spring's core TaskExecutor abstraction,
and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
Support classes for Spring's TaskExecutor abstraction.
Useful generic
java.util.concurrent.Future extensions.-
Uses of ListenableFuture in org.springframework.core.task
Methods in org.springframework.core.task that return ListenableFutureModifier and TypeMethodDescriptionAsyncListenableTaskExecutor.submitListenable(Runnable task) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<T>AsyncListenableTaskExecutor.submitListenable(Callable<T> task) Deprecated, for removal: This API element is subject to removal in a future version.in favor ofAsyncTaskExecutor.submitCompletable(Callable)SimpleAsyncTaskExecutor.submitListenable(Runnable task) <T> ListenableFuture<T>SimpleAsyncTaskExecutor.submitListenable(Callable<T> task) -
Uses of ListenableFuture in org.springframework.core.task.support
Methods in org.springframework.core.task.support that return ListenableFutureModifier and TypeMethodDescriptionTaskExecutorAdapter.submitListenable(Runnable task) <T> ListenableFuture<T>TaskExecutorAdapter.submitListenable(Callable<T> task) -
Uses of ListenableFuture in org.springframework.util.concurrent
Classes in org.springframework.util.concurrent that implement ListenableFutureModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.as of 6.0, with no concrete replacementclassDeprecated, for removal: This API element is subject to removal in a future version.as of 6.0, in favor ofCompletableFutureclassDeprecated, for removal: This API element is subject to removal in a future version.as of 6.0, with no concrete replacementclassDeprecated.as of 6.0, in favor ofMono.toFuture()classDeprecated, for removal: This API element is subject to removal in a future version.as of 6.0, in favor ofCompletableFutureConstructors in org.springframework.util.concurrent with parameters of type ListenableFutureModifierConstructorDescriptionprotectedListenableFutureAdapter(ListenableFuture<S> adaptee) Deprecated, for removal: This API element is subject to removal in a future version.Construct a newListenableFutureAdapterwith the given adaptee.
AsyncTaskExecutor.submitCompletable(Runnable)