Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageStartEventSubscriptionRecordValue.Builder
Packages that use ImmutableMessageStartEventSubscriptionRecordValue.Builder
-
Uses of ImmutableMessageStartEventSubscriptionRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageStartEventSubscriptionRecordValue.BuilderModifier and TypeMethodDescriptionImmutableMessageStartEventSubscriptionRecordValue.builder()Creates a builder forImmutableMessageStartEventSubscriptionRecordValue.ImmutableMessageStartEventSubscriptionRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableMessageStartEventSubscriptionRecordValue.Builder.from(RecordValueWithVariables instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.RecordValueWithVariablesinstance.ImmutableMessageStartEventSubscriptionRecordValue.Builder.from(MessageStartEventSubscriptionRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.MessageStartEventSubscriptionRecordValueinstance.ImmutableMessageStartEventSubscriptionRecordValue.Builder.putAllVariables(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tovariablesmap.ImmutableMessageStartEventSubscriptionRecordValue.Builder.putVariable(String key, Object value) Put one entry to thevariablesmap.ImmutableMessageStartEventSubscriptionRecordValue.Builder.putVariable(Map.Entry<String, ? extends Object> entry) Put one entry to thevariablesmap.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withBpmnProcessId(String bpmnProcessId) Initializes the value for thebpmnProcessIdattribute.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withCorrelationKey(String correlationKey) Initializes the value for thecorrelationKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withMessageKey(long messageKey) Initializes the value for themessageKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withMessageName(String messageName) Initializes the value for themessageNameattribute.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withProcessDefinitionKey(long processDefinitionKey) Initializes the value for theprocessDefinitionKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withStartEventId(String startEventId) Initializes the value for thestartEventIdattribute.ImmutableMessageStartEventSubscriptionRecordValue.Builder.withVariables(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thevariablesmap.