Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableClockRecordValue.Builder
Packages that use ImmutableClockRecordValue.Builder
-
Uses of ImmutableClockRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableClockRecordValue.BuilderModifier and TypeMethodDescriptionImmutableClockRecordValue.builder()Creates a builder forImmutableClockRecordValue.ImmutableClockRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableClockRecordValue.Builder.from(ClockRecordValue instance) Fill a builder with attribute values from the providedClockRecordValueinstance.ImmutableClockRecordValue.Builder.withTime(long time) Initializes the value for thetimeattribute.