Uses of Interface
org.jboss.threads.AsyncFuture
Packages that use AsyncFuture
-
Uses of AsyncFuture in org.jboss.threads
Classes in org.jboss.threads that implement AsyncFutureModifier and TypeClassDescriptionclassDeprecated.This class is not friendly towards virtual threads.Methods in org.jboss.threads with parameters of type AsyncFutureModifier and TypeMethodDescriptionvoidAsyncFuture.AbstractListener.handleCancelled(AsyncFuture<? extends T> future, A attachment) Handle a cancellation result.voidAsyncFuture.Listener.handleCancelled(AsyncFuture<? extends T> future, A attachment) Handle a cancellation result.voidAsyncFuture.AbstractListener.handleComplete(AsyncFuture<? extends T> future, A attachment) Handle a successful computation result.voidAsyncFuture.Listener.handleComplete(AsyncFuture<? extends T> future, A attachment) Handle a successful computation result.voidAsyncFuture.AbstractListener.handleFailed(AsyncFuture<? extends T> future, Throwable cause, A attachment) Handle a failure result.voidAsyncFuture.Listener.handleFailed(AsyncFuture<? extends T> future, Throwable cause, A attachment) Handle a failure result.