Record

dev.profunktor.pulsar.Record
final case class Record[T](ctx: Record[T])

Attributes

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

Members list

Value members

Concrete methods

def ack(): Unit
def fail(): Unit
def key: Option[String]
def message: Option[Message[T]]
def value: T

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product