Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageRecordValue
Packages that use ImmutableMessageRecordValue
-
Uses of ImmutableMessageRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageRecordValueModifier and TypeMethodDescriptionImmutableMessageRecordValue.Builder.build()Builds a newImmutableMessageRecordValue.static ImmutableMessageRecordValueImmutableMessageRecordValue.copyOf(MessageRecordValue instance) Creates an immutable copy of aMessageRecordValuevalue.ImmutableMessageRecordValue.withCorrelationKey(String value) Copy the current immutable object by setting a value for thecorrelationKeyattribute.ImmutableMessageRecordValue.withDeadline(long value) Copy the current immutable object by setting a value for thedeadlineattribute.ImmutableMessageRecordValue.withMessageId(String value) Copy the current immutable object by setting a value for themessageIdattribute.Copy the current immutable object by setting a value for thenameattribute.ImmutableMessageRecordValue.withTimeToLive(long value) Copy the current immutable object by setting a value for thetimeToLiveattribute.ImmutableMessageRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.