Class AdapterActionFuture<T,​L>

java.lang.Object
org.elasticsearch.common.util.concurrent.BaseFuture<T>
org.elasticsearch.action.support.AdapterActionFuture<T,​L>
All Implemented Interfaces:
Future<T>, ActionFuture<T>, ActionListener<L>
Direct Known Subclasses:
ListenableActionFuture, PlainActionFuture

public abstract class AdapterActionFuture<T,​L> extends BaseFuture<T> implements ActionFuture<T>, ActionListener<L>