Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageSubscriptionRecordValue
Packages that use ImmutableMessageSubscriptionRecordValue
-
Uses of ImmutableMessageSubscriptionRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageSubscriptionRecordValueModifier and TypeMethodDescriptionImmutableMessageSubscriptionRecordValue.Builder.build()Builds a newImmutableMessageSubscriptionRecordValue.ImmutableMessageSubscriptionRecordValue.copyOf(MessageSubscriptionRecordValue instance) Creates an immutable copy of aMessageSubscriptionRecordValuevalue.ImmutableMessageSubscriptionRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableMessageSubscriptionRecordValue.withCorrelationKey(String value) Copy the current immutable object by setting a value for thecorrelationKeyattribute.ImmutableMessageSubscriptionRecordValue.withElementInstanceKey(long value) Copy the current immutable object by setting a value for theelementInstanceKeyattribute.ImmutableMessageSubscriptionRecordValue.withInterrupting(boolean value) Copy the current immutable object by setting a value for theinterruptingattribute.ImmutableMessageSubscriptionRecordValue.withMessageKey(long value) Copy the current immutable object by setting a value for themessageKeyattribute.ImmutableMessageSubscriptionRecordValue.withMessageName(String value) Copy the current immutable object by setting a value for themessageNameattribute.ImmutableMessageSubscriptionRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableMessageSubscriptionRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.