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