Annotation Interface AvroSchemaField


@Retention(RUNTIME) public @interface AvroSchemaField
Annotation for use with Avro to provide a schema for a given event property.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Property name.
    Schema text.
  • Element Details

    • name

      String name
      Property name.
      Returns:
      name
    • schema

      String schema
      Schema text.
      Returns:
      schema text