Class ErrorRecord
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.ObjectValue
io.camunda.zeebe.msgpack.UnpackedObject
io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- All Implemented Interfaces:
Recyclable,JsonSerializable,RecordValue,ErrorRecordValue,BufferReader,BufferWriter
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongorg.agrona.DirectBufferlongorg.agrona.DirectBuffervoidinitErrorRecord(Throwable throwable, long position) setProcessInstanceKey(long processInstanceKey) Methods inherited from class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
getEncodedLength, getLength, isEmpty, toJsonMethods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, hashCode, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFromMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
ErrorRecord
public ErrorRecord()
-
-
Method Details
-
initErrorRecord
-
getExceptionMessageBuffer
public org.agrona.DirectBuffer getExceptionMessageBuffer() -
getStacktraceBuffer
public org.agrona.DirectBuffer getStacktraceBuffer() -
getExceptionMessage
- Specified by:
getExceptionMessagein interfaceErrorRecordValue
-
getStacktrace
- Specified by:
getStacktracein interfaceErrorRecordValue
-
getErrorEventPosition
public long getErrorEventPosition()- Specified by:
getErrorEventPositionin interfaceErrorRecordValue
-
getProcessInstanceKey
public long getProcessInstanceKey()- Specified by:
getProcessInstanceKeyin interfaceErrorRecordValue
-
setProcessInstanceKey
-