Uses of Interface
io.camunda.zeebe.protocol.record.Record
Packages that use Record
-
Uses of Record in io.camunda.zeebe.protocol.record
Classes in io.camunda.zeebe.protocol.record that implement RecordModifier and TypeClassDescriptionfinal classImmutableRecord<T extends RecordValue>Immutable implementation ofRecord.Methods in io.camunda.zeebe.protocol.record that return RecordMethods in io.camunda.zeebe.protocol.record with parameters of type RecordModifier and TypeMethodDescriptionstatic <T extends RecordValue>
ImmutableRecord<T>Creates an immutable copy of aRecordvalue.final ImmutableRecord.Builder<T>Fill a builder with attribute values from the providedRecordinstance.