Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageCorrelationRecordValue
Packages that use ImmutableMessageCorrelationRecordValue
-
Uses of ImmutableMessageCorrelationRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageCorrelationRecordValueModifier and TypeMethodDescriptionImmutableMessageCorrelationRecordValue.Builder.build()Builds a newImmutableMessageCorrelationRecordValue.ImmutableMessageCorrelationRecordValue.copyOf(MessageCorrelationRecordValue instance) Creates an immutable copy of aMessageCorrelationRecordValuevalue.ImmutableMessageCorrelationRecordValue.withCorrelationKey(String value) Copy the current immutable object by setting a value for thecorrelationKeyattribute.ImmutableMessageCorrelationRecordValue.withMessageKey(long value) Copy the current immutable object by setting a value for themessageKeyattribute.Copy the current immutable object by setting a value for thenameattribute.ImmutableMessageCorrelationRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableMessageCorrelationRecordValue.withRequestId(long value) Copy the current immutable object by setting a value for therequestIdattribute.ImmutableMessageCorrelationRecordValue.withRequestStreamId(int value) Copy the current immutable object by setting a value for therequestStreamIdattribute.ImmutableMessageCorrelationRecordValue.withTenantId(String value) Copy the current immutable object by setting a value for thetenantIdattribute.ImmutableMessageCorrelationRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.