Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableCommandDistributionRecordValue
Packages that use ImmutableCommandDistributionRecordValue
-
Uses of ImmutableCommandDistributionRecordValue in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableCommandDistributionRecordValueModifier and TypeMethodDescriptionImmutableCommandDistributionRecordValue.Builder.build()Builds a newImmutableCommandDistributionRecordValue.ImmutableCommandDistributionRecordValue.copyOf(CommandDistributionRecordValue instance) Creates an immutable copy of aCommandDistributionRecordValuevalue.ImmutableCommandDistributionRecordValue.withCommandValue(RecordValue value) Copy the current immutable object by setting a value for thecommandValueattribute.ImmutableCommandDistributionRecordValue.withIntent(Intent value) Copy the current immutable object by setting a value for theintentattribute.ImmutableCommandDistributionRecordValue.withPartitionId(int value) Copy the current immutable object by setting a value for thepartitionIdattribute.ImmutableCommandDistributionRecordValue.withQueueId(String value) Copy the current immutable object by setting a value for thequeueIdattribute.ImmutableCommandDistributionRecordValue.withValueType(ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute.