Uses of Enum Class
io.camunda.zeebe.broker.protocol.MetaAttribute
Packages that use MetaAttribute
-
Uses of MetaAttribute in io.camunda.zeebe.broker.protocol
Methods in io.camunda.zeebe.broker.protocol that return MetaAttributeModifier and TypeMethodDescriptionstatic MetaAttributeReturns the enum constant of this class with the specified name.static MetaAttribute[]MetaAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.broker.protocol with parameters of type MetaAttributeModifier and TypeMethodDescriptionstatic StringInterPartitionMessageDecoder.checkpointIdMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageEncoder.checkpointIdMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageDecoder.commandMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageEncoder.commandMetaAttribute(MetaAttribute metaAttribute) static StringExporterStateDecoder.StateDecoder.exporterIdMetaAttribute(MetaAttribute metaAttribute) static StringExporterStateEncoder.StateEncoder.exporterIdMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageDecoder.intentMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageEncoder.intentMetaAttribute(MetaAttribute metaAttribute) static StringExporterStateDecoder.StateDecoder.metadataMetaAttribute(MetaAttribute metaAttribute) static StringExporterStateEncoder.StateEncoder.metadataMetaAttribute(MetaAttribute metaAttribute) static StringExporterStateDecoder.StateDecoder.positionMetaAttribute(MetaAttribute metaAttribute) static StringExporterStateEncoder.StateEncoder.positionMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageDecoder.receiverPartitionIdMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageEncoder.receiverPartitionIdMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageDecoder.recordKeyMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageEncoder.recordKeyMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageDecoder.valueTypeMetaAttribute(MetaAttribute metaAttribute) static StringInterPartitionMessageEncoder.valueTypeMetaAttribute(MetaAttribute metaAttribute)