Class SchemaMetadata

java.lang.Object
io.github.productboardlabs.kafka.serializers.SchemaMetadata

public class SchemaMetadata extends Object
  • Constructor Details

    • SchemaMetadata

      public SchemaMetadata(@NotNull @NotNull org.apache.avro.Schema schema, @NotNull @NotNull String subject)
  • Method Details

    • getSchema

      @NotNull public @NotNull org.apache.avro.Schema getSchema()
    • getSubject

      @NotNull public @NotNull String getSubject()