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

widebase.stream.codec.rq.PublishMessage.scala Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package widebase.stream.codec.rq

/** Publish records.
 *
 * @param name of table
 * @param bytes of table
 *
 * @author myst3r10n
 */
class PublishMessage(val name: String, val bytes: Array[Byte])





© 2015 - 2024 Weber Informatics LLC | Privacy Policy