Class ThriftListenableFuture<T>

java.lang.Object
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
com.google.common.util.concurrent.AbstractFuture<T>
com.linecorp.armeria.common.thrift.ThriftListenableFuture<T>
All Implemented Interfaces:
com.google.common.util.concurrent.ListenableFuture<T>, Future<T>, AsyncMethodCallback<T>

public final class ThriftListenableFuture<T> extends com.google.common.util.concurrent.AbstractFuture<T> implements AsyncMethodCallback<T>
A ListenableFuture that can be passed in as an AsyncMethodCallback when making an asynchronous client-side Thrift RPC.