Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageSubscriptionRecordValue.Builder
Packages that use ImmutableMessageSubscriptionRecordValue.Builder
-
Uses of ImmutableMessageSubscriptionRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageSubscriptionRecordValue.BuilderModifier and TypeMethodDescriptionImmutableMessageSubscriptionRecordValue.builder()Creates a builder forImmutableMessageSubscriptionRecordValue.ImmutableMessageSubscriptionRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableMessageSubscriptionRecordValue.Builder.from(RecordValueWithVariables instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.RecordValueWithVariablesinstance.ImmutableMessageSubscriptionRecordValue.Builder.from(MessageSubscriptionRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.MessageSubscriptionRecordValueinstance.ImmutableMessageSubscriptionRecordValue.Builder.from(ProcessInstanceRelated instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedinstance.ImmutableMessageSubscriptionRecordValue.Builder.putAllVariables(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tovariablesmap.ImmutableMessageSubscriptionRecordValue.Builder.putVariable(String key, Object value) Put one entry to thevariablesmap.ImmutableMessageSubscriptionRecordValue.Builder.putVariable(Map.Entry<String, ? extends Object> entry) Put one entry to thevariablesmap.ImmutableMessageSubscriptionRecordValue.Builder.withBpmnProcessId(String bpmnProcessId) Initializes the value for thebpmnProcessIdattribute.ImmutableMessageSubscriptionRecordValue.Builder.withCorrelationKey(String correlationKey) Initializes the value for thecorrelationKeyattribute.ImmutableMessageSubscriptionRecordValue.Builder.withElementInstanceKey(long elementInstanceKey) Initializes the value for theelementInstanceKeyattribute.ImmutableMessageSubscriptionRecordValue.Builder.withInterrupting(boolean interrupting) Initializes the value for theinterruptingattribute.ImmutableMessageSubscriptionRecordValue.Builder.withMessageKey(long messageKey) Initializes the value for themessageKeyattribute.ImmutableMessageSubscriptionRecordValue.Builder.withMessageName(String messageName) Initializes the value for themessageNameattribute.ImmutableMessageSubscriptionRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableMessageSubscriptionRecordValue.Builder.withVariables(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thevariablesmap.