Package io.camunda.zeebe.transport
Interface ServerResponse
- All Superinterfaces:
BufferWriter
- All Known Implementing Classes:
ServerResponseImpl
-
Method Summary
Methods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter
getLength, write
-
Method Details
-
getRequestId
long getRequestId()- Returns:
- the id of the corresponding request
-
getPartitionId
int getPartitionId()- Returns:
- the partition id on which the requests was received and should be send back
-