Uses of Enum
io.camunda.zeebe.protocol.record.RecordType
Packages that use RecordType
-
Uses of RecordType in io.camunda.zeebe.protocol.record
Methods in io.camunda.zeebe.protocol.record that return RecordTypeModifier and TypeMethodDescriptionstatic RecordTypeRecordType.get(short value) Lookup the enum value representing the value.ImmutableRecord.getRecordType()Record.getRecordType()ExecuteCommandResponseDecoder.recordType()RecordMetadataDecoder.recordType()static RecordTypeReturns the enum constant of this type with the specified name.static RecordType[]RecordType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.protocol.record with parameters of type RecordTypeModifier and TypeMethodDescriptionExecuteCommandResponseEncoder.recordType(RecordType value) RecordMetadataEncoder.recordType(RecordType value) final ImmutableRecord.Builder<T>ImmutableRecord.Builder.withRecordType(RecordType recordType) Initializes the value for therecordTypeattribute.final ImmutableRecord<T>ImmutableRecord.withRecordType(RecordType value) Copy the current immutable object by setting a value for therecordTypeattribute.