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