org.elasticsearch.threadpool
Interface FutureListener<T>


public interface FutureListener<T>


Method Summary
 void onException(java.lang.Exception e)
           
 void onResult(T result)
           
 

Method Detail

onResult

void onResult(T result)

onException

void onException(java.lang.Exception e)