Class DispatchingRestToXContentListener<Response extends StatusToXContentObject>

java.lang.Object
org.elasticsearch.rest.action.RestActionListener<Response>
org.elasticsearch.rest.action.DispatchingRestToXContentListener<Response>
All Implemented Interfaces:
ActionListener<Response>

public class DispatchingRestToXContentListener<Response extends StatusToXContentObject> extends RestActionListener<Response>
Response listener for REST requests which dispatches the serialization of the response off of the thread on which the response was received, since that thread is often a transport thread and XContent serialization might be expensive.