Class PlainListenableActionFuture<T>

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

public class PlainListenableActionFuture<T>
extends AdapterActionFuture<T,​T>
implements ListenableActionFuture<T>