Package io.debezium.spi.topic
Interface TopicNamingStrategy.TopicSchemaAugment<S>
- Type Parameters:
S- The schema builder
- Enclosing interface:
- TopicNamingStrategy<I extends DataCollectionId>
public static interface TopicNamingStrategy.TopicSchemaAugment<S>
An interface that augments the field to topic key/value schema.
-
Method Summary
-
Method Details
-
augment
Augment field to schema.- Parameters:
schemaBuilder- the schema builder- Returns:
trueif augment the field to schema, orfalseotherwise
-