All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.laserdisc.mysql.binlog.event.EventMessage.scala Maven / Gradle / Ivy

package io.laserdisc.mysql.binlog.event

import io.circe.Json

case class EventMessage(
    table: String,
    timestamp: Long,
    action: String,
    xaId: Option[Long],
    override val fileName: String,
    override val offset: Long,
    endOfTransaction: Boolean,
    pk: Json,
    row: Json
) extends Offset




© 2015 - 2024 Weber Informatics LLC | Privacy Policy