Uses of Class
io.camunda.zeebe.protocol.record.value.management.ImmutableCheckpointRecordValue.Builder
Packages that use ImmutableCheckpointRecordValue.Builder
-
Uses of ImmutableCheckpointRecordValue.Builder in io.camunda.zeebe.protocol.record.value.management
Methods in io.camunda.zeebe.protocol.record.value.management that return ImmutableCheckpointRecordValue.BuilderModifier and TypeMethodDescriptionImmutableCheckpointRecordValue.builder()Creates a builder forImmutableCheckpointRecordValue.ImmutableCheckpointRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableCheckpointRecordValue.Builder.from(CheckpointRecordValue instance) Fill a builder with attribute values from the providedCheckpointRecordValueinstance.ImmutableCheckpointRecordValue.Builder.withCheckpointId(long checkpointId) Initializes the value for thecheckpointIdattribute.ImmutableCheckpointRecordValue.Builder.withCheckpointPosition(long checkpointPosition) Initializes the value for thecheckpointPositionattribute.