Interface ListenableScheduledFuture<V>
- All Superinterfaces:
Comparable<Delayed>,Delayed,Future<V>,ListenableFuture<V>,ScheduledFuture<V>
@Beta
@Deprecated(since="2022-12-01")
public interface ListenableScheduledFuture<V>
extends ScheduledFuture<V>, ListenableFuture<V>
Deprecated.
The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
Helper interface to implement both
ListenableFuture and
ScheduledFuture.- Since:
- 15.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface java.util.concurrent.Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, stateMethods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener