Uses of Enum
io.camunda.zeebe.protocol.record.ValueType
Packages that use ValueType
Package
Description
Zeebe Protocol
-
Uses of ValueType in io.camunda.zeebe.protocol.record
Methods in io.camunda.zeebe.protocol.record that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.get(short value) Lookup the enum value representing the value.ImmutableRecord.getValueType()Record.getValueType()static ValueTypeReturns 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.ExecuteCommandRequestDecoder.valueType()ExecuteCommandResponseDecoder.valueType()ExecuteQueryRequestDecoder.valueType()RecordMetadataDecoder.valueType()Methods in io.camunda.zeebe.protocol.record that return types with arguments of type ValueTypeMethods in io.camunda.zeebe.protocol.record with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeMapping.Mapping<?,?> Returns the mapping for the given value type.final ImmutableRecord.Builder<T>ImmutableRecord.Builder.withValueType(ValueType valueType) Initializes the value for thevalueTypeattribute.final ImmutableRecord<T>ImmutableRecord.withValueType(ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute. -
Uses of ValueType in io.camunda.zeebe.protocol.record.intent
Methods in io.camunda.zeebe.protocol.record.intent with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic IntentIntent.fromProtocolValue(ValueType valueType, short intent) static IntentIntent.fromProtocolValue(ValueType valueType, String intent) -
Uses of ValueType in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ValueTypeModifier and TypeMethodDescriptionCommandDistributionRecordValue.getValueType()ImmutableCommandDistributionRecordValue.getValueType()Methods in io.camunda.zeebe.protocol.record.value with parameters of type ValueTypeModifier and TypeMethodDescriptionImmutableCommandDistributionRecordValue.Builder.withValueType(ValueType valueType) Initializes the value for thevalueTypeattribute.ImmutableCommandDistributionRecordValue.withValueType(ValueType value) Copy the current immutable object by setting a value for thevalueTypeattribute.