Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableProcessEventRecordValue
Packages that use ImmutableProcessEventRecordValue
-
Uses of ImmutableProcessEventRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableProcessEventRecordValueModifier and TypeMethodDescriptionImmutableProcessEventRecordValue.Builder.build()Builds a newImmutableProcessEventRecordValue.ImmutableProcessEventRecordValue.copyOf(ProcessEventRecordValue instance) Creates an immutable copy of aProcessEventRecordValuevalue.ImmutableProcessEventRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableProcessEventRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableProcessEventRecordValue.withScopeKey(long value) Copy the current immutable object by setting a value for thescopeKeyattribute.ImmutableProcessEventRecordValue.withTargetElementId(String value) Copy the current immutable object by setting a value for thetargetElementIdattribute.ImmutableProcessEventRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.