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