Uses of Class
io.zeebe.protocol.record.RecordType
-
Packages that use RecordType Package Description io.zeebe.protocol.record Zeebe Protocol -
-
Uses of RecordType in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return RecordType Modifier and Type Method Description static RecordTypeRecordType. get(short value)Lookup the enum value representing the value.RecordTypeRecord. getRecordType()RecordTypeExecuteCommandResponseDecoder. recordType()RecordTypeRecordMetadataDecoder. recordType()static RecordTypeRecordType. valueOf(String name)Returns 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.zeebe.protocol.record with parameters of type RecordType Modifier and Type Method Description ExecuteCommandResponseEncoderExecuteCommandResponseEncoder. recordType(RecordType value)RecordMetadataEncoderRecordMetadataEncoder. recordType(RecordType value)
-