Class ExecuteCommandResponse

java.lang.Object
io.camunda.zeebe.test.broker.protocol.commandapi.ExecuteCommandResponse
All Implemented Interfaces:
BufferReader

public final class ExecuteCommandResponse extends Object implements BufferReader
  • Field Details

  • Constructor Details

    • ExecuteCommandResponse

      public ExecuteCommandResponse(MsgPackHelper msgPackHelper)
  • Method Details

    • getValue

      public Map<String,Object> getValue()
    • getRawValue

      public org.agrona.DirectBuffer getRawValue()
    • getKey

      public long getKey()
    • getPartitionId

      public int getPartitionId()
    • getValueType

      public ValueType getValueType()
    • getIntent

      public Intent getIntent()
    • getRecordType

      public RecordType getRecordType()
    • getRejectionType

      public RejectionType getRejectionType()
    • getRejectionReason

      public String getRejectionReason()
    • wrap

      public void wrap(org.agrona.DirectBuffer responseBuffer, int offset, int length)
      Specified by:
      wrap in interface BufferReader
    • readInto

      public <T extends BufferReader> T readInto(T record)