Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Key
Packages that use Key
Package
Description
-
Uses of Key in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated
Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated that return KeyModifier and TypeMethodDescriptionKey.Builder.build()static KeyKey.fromByteBuffer(ByteBuffer b) Deserializes a Key from a ByteBuffer.Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated that return types with arguments of type KeyModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<Key>Key.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<Key>Key.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Key>Key.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated with parameters of type KeyModifier and TypeMethodDescriptionvoidstatic Key.BuilderKey.newBuilder(Key other) Creates a new Key RecordBuilder by copying an existing Key instance.voidvoid -
Uses of Key in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl
Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl that return types with arguments of type KeyMethods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl with parameters of type Key