Uses of Class
io.camunda.zeebe.protocol.record.ImmutableRecordValue.Builder
Packages that use ImmutableRecordValue.Builder
Package
Description
Zeebe Protocol
-
Uses of ImmutableRecordValue.Builder in io.camunda.zeebe.protocol.record
Methods in io.camunda.zeebe.protocol.record that return ImmutableRecordValue.BuilderModifier and TypeMethodDescriptionstatic ImmutableRecordValue.BuilderImmutableRecordValue.builder()Creates a builder forImmutableRecordValue.ImmutableRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableRecordValue.Builder.from(RecordValue instance) Fill a builder with attribute values from the providedRecordValueinstance. -
Uses of ImmutableRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableRecordValue.BuilderModifier and TypeMethodDescriptionImmutableCommandDistributionRecordValue.Builder.commandValueBuilder()Returns a builder forcommandValue.Methods in io.camunda.zeebe.protocol.record.value with parameters of type ImmutableRecordValue.BuilderModifier and TypeMethodDescriptionImmutableCommandDistributionRecordValue.Builder.commandValueBuilder(ImmutableRecordValue.Builder commandValue) SetscommandValueto the provided builder.