Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableMessageRecordValue.Builder
Packages that use ImmutableMessageRecordValue.Builder
-
Uses of ImmutableMessageRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableMessageRecordValue.BuilderModifier and TypeMethodDescriptionImmutableMessageRecordValue.builder()Creates a builder forImmutableMessageRecordValue.ImmutableMessageRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableMessageRecordValue.Builder.from(RecordValueWithVariables instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.RecordValueWithVariablesinstance.ImmutableMessageRecordValue.Builder.from(MessageRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.MessageRecordValueinstance.ImmutableMessageRecordValue.Builder.from(TenantOwned instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.TenantOwnedinstance.ImmutableMessageRecordValue.Builder.putAllVariables(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries tovariablesmap.ImmutableMessageRecordValue.Builder.putVariable(String key, Object value) Put one entry to thevariablesmap.ImmutableMessageRecordValue.Builder.putVariable(Map.Entry<String, ? extends Object> entry) Put one entry to thevariablesmap.ImmutableMessageRecordValue.Builder.withCorrelationKey(String correlationKey) Initializes the value for thecorrelationKeyattribute.ImmutableMessageRecordValue.Builder.withDeadline(long deadline) Initializes the value for thedeadlineattribute.ImmutableMessageRecordValue.Builder.withMessageId(String messageId) Initializes the value for themessageIdattribute.Initializes the value for thenameattribute.ImmutableMessageRecordValue.Builder.withTenantId(String tenantId) Initializes the value for thetenantIdattribute.ImmutableMessageRecordValue.Builder.withTimeToLive(long timeToLive) Initializes the value for thetimeToLiveattribute.ImmutableMessageRecordValue.Builder.withVariables(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for thevariablesmap.