Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Key
-
Packages that use Key Package Description org.apache.camel.quarkus.component.avro.rpc.it.specific.generated org.apache.camel.quarkus.component.avro.rpc.it.specific.impl -
-
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 Key Modifier and Type Method Description KeyKey.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 Key Modifier and Type Method Description static 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 Key Modifier and Type Method Description voidKeyValueProtocol.Callback. get(Key key, org.apache.avro.ipc.Callback<Value> callback)ValueKeyValueProtocol. get(Key key)static Key.BuilderKey. newBuilder(Key other)Creates a new Key RecordBuilder by copying an existing Key instance.voidKeyValueProtocol.Callback. put(Key key, Value value, org.apache.avro.ipc.Callback<Void> callback)voidKeyValueProtocol. put(Key key, Value value) -
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 Key Modifier and Type Method Description Map<Key,Value>KeyValueProtocolImpl. getStore()Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl with parameters of type Key Modifier and Type Method Description ValueKeyValueProtocolImpl. get(Key key)voidKeyValueProtocolImpl. put(Key key, Value value)
-