Class RestStatusToXContentListener<Response extends StatusToXContentObject>

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

public class RestStatusToXContentListener<Response extends StatusToXContentObject>
extends RestToXContentListener<Response>
Content listener that extracts that RestStatus from the response.