Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableErrorRecordValue.Builder
Packages that use ImmutableErrorRecordValue.Builder
-
Uses of ImmutableErrorRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableErrorRecordValue.BuilderModifier and TypeMethodDescriptionImmutableErrorRecordValue.builder()Creates a builder forImmutableErrorRecordValue.ImmutableErrorRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableErrorRecordValue.Builder.from(ErrorRecordValue instance) Fill a builder with attribute values from the providedErrorRecordValueinstance.ImmutableErrorRecordValue.Builder.withErrorEventPosition(long errorEventPosition) Initializes the value for theerrorEventPositionattribute.ImmutableErrorRecordValue.Builder.withExceptionMessage(String exceptionMessage) Initializes the value for theexceptionMessageattribute.ImmutableErrorRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableErrorRecordValue.Builder.withStacktrace(String stacktrace) Initializes the value for thestacktraceattribute.