Package io.camunda.zeebe.transport
Interface ClientRequest
- All Superinterfaces:
BufferWriter
-
Method Summary
Methods inherited from interface io.camunda.zeebe.util.buffer.BufferWriter
getLength, write
-
Method Details
-
getPartitionId
int getPartitionId()- Returns:
- the partition id to which the request should be send to
-
getRequestType
RequestType getRequestType()- Returns:
- the type of this request
-