Uses of Class
com.github.phantomthief.concurrent.TimeoutListenableFuture
-
Packages that use TimeoutListenableFuture Package Description com.github.phantomthief.concurrent -
-
Uses of TimeoutListenableFuture in com.github.phantomthief.concurrent
Methods in com.github.phantomthief.concurrent that return TimeoutListenableFuture Modifier and Type Method Description TimeoutListenableFuture<V>TimeoutListenableFuture. addTimeoutListener(ThrowableConsumer<TimeoutException,Exception> listener)TimeoutListenableFuture<V>TimeoutListenableFuture. addTimeoutListener(ThrowableRunnable<Exception> listener)static <V> TimeoutListenableFuture<V>TimeoutListenableFuture. timeoutListenableFuture(com.google.common.util.concurrent.ListenableFuture<V> delegate)
-