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

    Modifier and Type
    Method
    Description
    boolean
    augment(S schemaBuilder)
    Augment field to schema.
  • Method Details

    • augment

      boolean augment(S schemaBuilder)
      Augment field to schema.
      Parameters:
      schemaBuilder - the schema builder
      Returns:
      true if augment the field to schema, or false otherwise