Class ConfluentSchemaRegistryTableDescriptionSupplier.Factory
- java.lang.Object
-
- io.trino.plugin.kafka.schema.confluent.ConfluentSchemaRegistryTableDescriptionSupplier.Factory
-
- All Implemented Interfaces:
javax.inject.Provider<TableDescriptionSupplier>
- Enclosing class:
- ConfluentSchemaRegistryTableDescriptionSupplier
public static class ConfluentSchemaRegistryTableDescriptionSupplier.Factory extends Object implements javax.inject.Provider<TableDescriptionSupplier>
-
-
Constructor Summary
Constructors Constructor Description Factory(io.confluent.kafka.schemaregistry.client.SchemaRegistryClient schemaRegistryClient, Map<String,SchemaParser> schemaParsers, KafkaConfig kafkaConfig, ConfluentSchemaRegistryConfig confluentConfig)
-
-
-
Constructor Detail
-
Factory
@Inject public Factory(io.confluent.kafka.schemaregistry.client.SchemaRegistryClient schemaRegistryClient, Map<String,SchemaParser> schemaParsers, KafkaConfig kafkaConfig, ConfluentSchemaRegistryConfig confluentConfig)
-
-
Method Detail
-
get
public TableDescriptionSupplier get()
- Specified by:
getin interfacejavax.inject.Provider<TableDescriptionSupplier>
-
-