Class ConfluentAvroReaderSupplier.Factory
- java.lang.Object
-
- io.trino.plugin.kafka.schema.confluent.ConfluentAvroReaderSupplier.Factory
-
- All Implemented Interfaces:
AvroReaderSupplier.Factory
- Enclosing class:
- ConfluentAvroReaderSupplier<T>
public static class ConfluentAvroReaderSupplier.Factory extends Object implements AvroReaderSupplier.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory(io.confluent.kafka.schemaregistry.client.SchemaRegistryClient schemaRegistryClient)
-
-
-
Method Detail
-
create
public <T> AvroReaderSupplier<T> create(org.apache.avro.Schema schema)
- Specified by:
createin interfaceAvroReaderSupplier.Factory
-
-