Uses of Class
io.zeebe.protocol.record.ValueType
-
Packages that use ValueType Package Description io.zeebe.protocol.record Zeebe Protocolio.zeebe.protocol.record.intent -
-
Uses of ValueType in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return ValueType Modifier and Type Method Description static ValueTypeValueType. get(short value)Lookup the enum value representing the value.ValueTypeRecord. getValueType()static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.ValueTypeExecuteCommandRequestDecoder. valueType()ValueTypeExecuteCommandResponseDecoder. valueType()ValueTypeRecordMetadataDecoder. valueType()Methods in io.zeebe.protocol.record with parameters of type ValueType Modifier and Type Method Description ExecuteCommandRequestEncoderExecuteCommandRequestEncoder. valueType(ValueType value)ExecuteCommandResponseEncoderExecuteCommandResponseEncoder. valueType(ValueType value)RecordMetadataEncoderRecordMetadataEncoder. valueType(ValueType value) -
Uses of ValueType in io.zeebe.protocol.record.intent
Methods in io.zeebe.protocol.record.intent with parameters of type ValueType Modifier and Type Method Description static IntentIntent. fromProtocolValue(ValueType valueType, short intent)static IntentIntent. fromProtocolValue(ValueType valueType, String intent)
-