Package org.elasticsearch.http
Interface HttpPipelinedMessage
- All Superinterfaces:
Comparable<HttpPipelinedMessage>
- All Known Implementing Classes:
HttpPipelinedRequest
,HttpPipelinedResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
int
Get the sequence number for this message.
-
Method Details
-
getSequence
int getSequence()Get the sequence number for this message.- Returns:
- the sequence number
-
compareTo
- Specified by:
compareTo
in interfaceComparable<HttpPipelinedMessage>
-