Destination

com.worxbend.wolfram.Destination
final case class Destination(topic: String, partition: Int, offset: Long)

Where an accepted event landed on the log.

A nested message rather than three fields flattened onto Event, per AIP-144: these describe the storage of the event, not the event, and a client that only wants the CloudEvent should not have to know which of seven sibling fields belong to it. It is also the part a future transport would replace wholesale.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product