Class PlainActionFuture<T>

All Implemented Interfaces:
<T>, ActionFuture<T>, ActionListener<T>

public class PlainActionFuture<T> extends AdapterActionFuture<T,​T>
  • Constructor Details

    • PlainActionFuture

      public PlainActionFuture()
  • Method Details

    • newFuture

      public static <T> PlainActionFuture<T> newFuture()
    • get

      public static <T,​ E extends > T get(org.elasticsearch.core.CheckedConsumer<PlainActionFuture<T>,​E> e) throws E
      Throws:
      E extends
    • convert

      protected T convert(T listenerResponse)
      Specified by:
      convert in class AdapterActionFuture<T,​T>