Uses of Interface
io.aiven.commons.kafka.connector.source.NativeSourceData.KeySerde
Packages that use NativeSourceData.KeySerde
-
Uses of NativeSourceData.KeySerde in io.aiven.commons.kafka.connector.source
Fields in io.aiven.commons.kafka.connector.source declared as NativeSourceData.KeySerdeModifier and TypeFieldDescriptionstatic final NativeSourceData.KeySerde<String>NativeSourceData.KeySerde.STRING_SERDEMany storage implementations use String keys.Methods in io.aiven.commons.kafka.connector.source that return types with arguments of type NativeSourceData.KeySerdeModifier and TypeMethodDescriptionprotected abstract Optional<NativeSourceData.KeySerde<K>>NativeSourceData.getNativeKeySerde()Returns a KeySerde for the native keys.