EventMessage

io.laserdisc.mysql.binlog.event.EventMessage
case class EventMessage(table: String, timestamp: Long, action: String, xaId: Option[Long], fileName: String, offset: Long, endOfTransaction: Boolean, pk: Json, row: Json) extends Offset

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Offset
trait Ordered[Offset]
trait Comparable[Offset]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def <(that: Offset): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Offset): Boolean

Attributes

Inherited from:
Ordered
def >(that: Offset): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Offset): Boolean

Attributes

Inherited from:
Ordered
override def compare(that: Offset): Int

Attributes

Definition Classes
Offset -> Ordered
Inherited from:
Offset
def compareTo(that: Offset): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product