Class EmptyRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest

public final class EmptyRequest extends AbstractTransportRequest
A transport request with an empty payload. Not really entirely empty: all transport requests include the parent task ID, a request ID, and the remote address (if applicable).