Class ExecuteCommandResponse
java.lang.Object
io.camunda.zeebe.test.broker.protocol.commandapi.ExecuteCommandResponse
- All Implemented Interfaces:
BufferReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetKey()intorg.agrona.DirectBuffergetValue()<T extends BufferReader>
TreadInto(T record) voidwrap(org.agrona.DirectBuffer responseBuffer, int offset, int length) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFrom
-
Field Details
-
errorResponse
-
msgPackHelper
-
value
-
-
Constructor Details
-
ExecuteCommandResponse
-
-
Method Details
-
getValue
-
getRawValue
public org.agrona.DirectBuffer getRawValue() -
getKey
public long getKey() -
getPartitionId
public int getPartitionId() -
getValueType
-
getIntent
-
getRecordType
-
getRejectionType
-
getRejectionReason
-
wrap
public void wrap(org.agrona.DirectBuffer responseBuffer, int offset, int length) - Specified by:
wrapin interfaceBufferReader
-
readInto
-