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

commonMain.com.saveourtool.save.kafka.KafkaMsg.kt Maven / Gradle / Ivy

The newest version!
package com.saveourtool.save.kafka

/**
 * kafka message
 */
interface KafkaMsg {
    /**
     * @property messageId
     */
    val messageId: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy