Package io.camunda.zeebe.engine.api
Interface CommandResponseWriter
public interface CommandResponseWriter
-
Method Summary
Modifier and TypeMethodDescriptionkey
(long key) partitionId
(int partitionId) recordType
(RecordType type) rejectionReason
(org.agrona.DirectBuffer rejectionReason) rejectionType
(RejectionType rejectionType) boolean
tryWriteResponse
(int requestStreamId, long requestId) valueWriter
(BufferWriter value)
-
Method Details
-
partitionId
-
key
-
intent
-
recordType
-
valueType
-
rejectionType
-
rejectionReason
-
valueWriter
-
tryWriteResponse
boolean tryWriteResponse(int requestStreamId, long requestId)
-