Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageStartEventSubscriptionRecordValue
Packages that use ImmutableMessageStartEventSubscriptionRecordValue
-
Uses of ImmutableMessageStartEventSubscriptionRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageStartEventSubscriptionRecordValueModifier and TypeMethodDescriptionImmutableMessageStartEventSubscriptionRecordValue.Builder.build()Builds a newImmutableMessageStartEventSubscriptionRecordValue.ImmutableMessageStartEventSubscriptionRecordValue.copyOf(MessageStartEventSubscriptionRecordValue instance) Creates an immutable copy of aMessageStartEventSubscriptionRecordValuevalue.ImmutableMessageStartEventSubscriptionRecordValue.withBpmnProcessId(String value) Copy the current immutable object by setting a value for thebpmnProcessIdattribute.ImmutableMessageStartEventSubscriptionRecordValue.withCorrelationKey(String value) Copy the current immutable object by setting a value for thecorrelationKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.withMessageKey(long value) Copy the current immutable object by setting a value for themessageKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.withMessageName(String value) Copy the current immutable object by setting a value for themessageNameattribute.ImmutableMessageStartEventSubscriptionRecordValue.withProcessDefinitionKey(long value) Copy the current immutable object by setting a value for theprocessDefinitionKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.withProcessInstanceKey(long value) Copy the current immutable object by setting a value for theprocessInstanceKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.withStartEventId(String value) Copy the current immutable object by setting a value for thestartEventIdattribute.ImmutableMessageStartEventSubscriptionRecordValue.withVariables(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thevariablesmap with the specified map.