Class ThreadedActionListener<Response>

java.lang.Object
org.elasticsearch.action.ActionListener.Delegating<Response,​Response>
org.elasticsearch.action.support.ThreadedActionListener<Response>
All Implemented Interfaces:
ActionListener<Response>

public final class ThreadedActionListener<Response>
extends ActionListener.Delegating<Response,​Response>
An action listener that wraps another action listener and threading its execution.
  • Constructor Details

    • ThreadedActionListener

      public ThreadedActionListener​(org.apache.logging.log4j.Logger logger, ThreadPool threadPool, java.lang.String executor, ActionListener<Response> listener, boolean forceExecution)
  • Method Details