Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableErrorRecordValue
Packages that use ImmutableErrorRecordValue
-
Uses of ImmutableErrorRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableErrorRecordValueModifier and TypeMethodDescriptionImmutableErrorRecordValue.Builder.build()Builds a newImmutableErrorRecordValue.static ImmutableErrorRecordValueImmutableErrorRecordValue.copyOf(ErrorRecordValue instance) Creates an immutable copy of aErrorRecordValuevalue.ImmutableErrorRecordValue.withErrorEventPosition(long value) Copy the current immutable object by setting a value for theerrorEventPositionattribute.ImmutableErrorRecordValue.withExceptionMessage(String value) Copy the current immutable object by setting a value for theexceptionMessageattribute.ImmutableErrorRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableErrorRecordValue.withStacktrace(String value) Copy the current immutable object by setting a value for thestacktraceattribute.