Class RestChunkedToXContentListener<Response extends ChunkedToXContent>

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

public final class RestChunkedToXContentListener<Response extends ChunkedToXContent> extends RestActionListener<Response>
A REST based action listener that requires the response to implement ChunkedToXContent and automatically builds an XContent based response.