Package io.debezium.spi.topic
Interface TopicNamingStrategy.TopicValueAugment<I extends DataCollectionId,S,R>
- Type Parameters:
S- The schema of topic key/valueR- The struct represents the value of topic key/value
- Enclosing interface:
- TopicNamingStrategy<I extends DataCollectionId>
public static interface TopicNamingStrategy.TopicValueAugment<I extends DataCollectionId,S,R>
An interface that augments the field's value to topic key/value.
-
Method Summary
-
Method Details
-
augment
Augment value to the struct.- Parameters:
id- The data collection id, for example: TableId, CollectionIdschema- The schema which may contain the augmented fieldstruct- The struct represents the value- Returns:
trueif augment the field's value to struct, orfalseotherwise
-