Class ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,​X extends java.lang.Exception>

  • All Implemented Interfaces:
    CheckedFuture<V,​X>, ListenableFuture<V>, java.util.concurrent.Future<V>
    Enclosing class:
    ForwardingCheckedFuture<V,​X extends java.lang.Exception>

    @Beta
    @Deprecated(since="2022-12-01")
    public abstract static class ForwardingCheckedFuture.SimpleForwardingCheckedFuture<V,​X extends java.lang.Exception>
    extends ForwardingCheckedFuture<V,​X>
    Deprecated.
    The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023
    A simplified version of ForwardingCheckedFuture where subclasses can pass in an already constructed CheckedFuture as the delegate.
    Since:
    9.0