Class EmptyRequest

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

public final class EmptyRequest extends TransportRequest
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).