Class ExecuteCommandRequest
- java.lang.Object
-
- io.camunda.zeebe.test.broker.protocol.brokerapi.ExecuteCommandRequest
-
- All Implemented Interfaces:
BufferReader
public final class ExecuteCommandRequest extends Object implements BufferReader
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecuteCommandRequestDecoderbodyDecoderprotected Map<String,Object>commandprotected MessageHeaderDecoderheaderDecoderprotected MsgPackHelpermsgPackHelper
-
Constructor Summary
Constructors Constructor Description ExecuteCommandRequest(MsgPackHelper msgPackHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getCommand()Intentintent()longkey()intpartitionId()ValueTypevalueType()voidwrap(org.agrona.DirectBuffer buffer, int offset, int length)
-
-
-
Field Detail
-
headerDecoder
protected final MessageHeaderDecoder headerDecoder
-
bodyDecoder
protected final ExecuteCommandRequestDecoder bodyDecoder
-
msgPackHelper
protected final MsgPackHelper msgPackHelper
-
-
Constructor Detail
-
ExecuteCommandRequest
public ExecuteCommandRequest(MsgPackHelper msgPackHelper)
-
-
Method Detail
-
key
public long key()
-
partitionId
public int partitionId()
-
valueType
public ValueType valueType()
-
intent
public Intent intent()
-
wrap
public void wrap(org.agrona.DirectBuffer buffer, int offset, int length)- Specified by:
wrapin interfaceBufferReader
-
-