Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableCommandDistributionRecordValue.Builder
Packages that use ImmutableCommandDistributionRecordValue.Builder
-
Uses of ImmutableCommandDistributionRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableCommandDistributionRecordValue.BuilderModifier and TypeMethodDescriptionImmutableCommandDistributionRecordValue.builder()Creates a builder forImmutableCommandDistributionRecordValue.ImmutableCommandDistributionRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableCommandDistributionRecordValue.Builder.from(CommandDistributionRecordValue instance) Fill a builder with attribute values from the providedCommandDistributionRecordValueinstance.ImmutableCommandDistributionRecordValue.Builder.withCommandValue(RecordValue commandValue) Initializes the value for thecommandValueattribute.ImmutableCommandDistributionRecordValue.Builder.withPartitionId(int partitionId) Initializes the value for thepartitionIdattribute.ImmutableCommandDistributionRecordValue.Builder.withValueType(ValueType valueType) Initializes the value for thevalueTypeattribute.