Uses of Package
org.elasticsearch.rest.action
-
Packages that use org.elasticsearch.rest.action Package Description org.elasticsearch.rest.action -
Classes in org.elasticsearch.rest.action used by org.elasticsearch.rest.action Class Description RestActionListener An action listener that requiresRestActionListener.processResponse(Object)to be implemented and will automatically handle failures.RestBuilderListener A REST action listener that builds anXContentBuilderbased response.RestResponseListener A REST enabled action listener that has a basic onFailure implementation, and requires sub classes to only implementRestResponseListener.buildResponse(Object).RestToXContentListener A REST based action listener that assumes the response is of typeToXContentand automatically builds an XContent based response (wrapping the toXContent in startObject/endObject).