Package org.apache.cassandra.cdc.kafka
Interface KafkaCdcSerializer<I>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,org.apache.kafka.common.serialization.Serializer<I>
- All Known Implementing Classes:
AvroGenericRecordSerializer,AvroSerializer
public interface KafkaCdcSerializer<I> extends org.apache.kafka.common.serialization.Serializer<I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CdcEventAvroEncodergetTransformer()
-
-
-
Method Detail
-
getTransformer
CdcEventAvroEncoder getTransformer()
-
-