Interface SchemaStorePublisherFactory
-
public interface SchemaStorePublisherFactory
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaStorePublisherFactoryDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableSchemaPublisherbuildPublisher(KafkaOptions kafkaOptions)
-
-
-
Field Detail
-
DEFAULT
static final SchemaStorePublisherFactory DEFAULT
-
-
Method Detail
-
buildPublisher
@Nullable TableSchemaPublisher buildPublisher(KafkaOptions kafkaOptions)
-
-