Message

case
class Message[K, V](content: V, key: K, timestamp: Long, headers: Map[String, String], topic: String, offset: Long, partition: Int)

This may look familiar. A "generic" message type

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def asContext(dir: Path): Context[Message[K, V]]
def withKey[A](k: A): Message[A, V]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product