Interface SerializationConfig

All Known Implementing Classes:
SerdeConfig, SerializerConfig
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SerializationConfig
Defines how to (de-)serialize the data in a Kafka client
  • Method Summary

    Modifier and Type
    Method
    Description
    Create properties from this SerializationConfig
  • Method Details

    • createProperties

      Map<String,Object> createProperties()
      Create properties from this SerializationConfig
      Returns:
      Map of serialization configurations