Class ExecuteCommandRequest
java.lang.Object
io.camunda.zeebe.test.broker.protocol.brokerapi.ExecuteCommandRequest
- All Implemented Interfaces:
BufferReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExecuteCommandRequestDecoderprotected final MessageHeaderDecoderprotected final MsgPackHelper -
Constructor Summary
Constructors -
Method Summary
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
-
headerDecoder
-
bodyDecoder
-
msgPackHelper
-
command
-
-
Constructor Details
-
ExecuteCommandRequest
-
-
Method Details
-
key
public long key() -
partitionId
public int partitionId() -
valueType
-
intent
-
getCommand
-
wrap
public void wrap(org.agrona.DirectBuffer buffer, int offset, int length) - Specified by:
wrapin interfaceBufferReader
-