All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.ks.kes.serdes.proto.ProtoEventDeserializer.kt Maven / Gradle / Ivy

package no.ks.kes.serdes.proto

import com.google.protobuf.Message

interface ProtoEventDeserializer {
    fun deserialize(msg: Message): ProtoEventData<*>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy