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.