final case class Received(key: Long, data: ByteString, offset: Long, headers: Headers, source: Topic) extends Event with Committable with Product with Serializable
Represents bytes being received on the queue along with its associated offset
- key
a key for partitioning i.e. "grouping" data belonging to the same "thing" - like a database identifier
- data
the data received
- offset
the offset of the data in the queue
- headers
additional headers associated with the data
- source
the topic that omitted the event
- Alphabetic
- By Inheritance
- Received
- Serializable
- Product
- Equals
- Committable
- Event
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Received(key: Long, data: ByteString, offset: Long, headers: Headers, source: Topic)
- key
a key for partitioning i.e. "grouping" data belonging to the same "thing" - like a database identifier
- data
the data received
- offset
the offset of the data in the queue
- headers
additional headers associated with the data
- source
the topic that omitted the event
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val data: ByteString
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headers: Headers
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val offset: Long
- Definition Classes
- Received → Committable
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val source: Topic
- Definition Classes
- Received → Committable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()