Package | Description |
---|---|
org.elasticsearch.rest.action.support |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedRestListener<T extends AcknowledgedResponse> |
class |
RestBuilderListener<Response>
A REST action listener that builds an
XContentBuilder based response. |
class |
RestResponseListener<Response>
A REST enabled action listener that has a basic onFailure implementation, and requires
sub classes to only implement
RestResponseListener.buildResponse(Object) . |
class |
RestStatusToXContentListener<Response extends StatusToXContent> |
class |
RestToXContentListener<Response extends ToXContent>
A REST based action listener that assumes the response is of type
ToXContent and automatically
builds an XContent based response (wrapping the toXContent in startObject/endObject). |
Copyright © 2009–2015. All rights reserved.