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

io.laserdisc.mysql.binlog.models.RotateEventData.scala Maven / Gradle / Ivy

The newest version!
package io.laserdisc.mysql.binlog.models

import com.github.shyiko.mysql.binlog.event.RotateEventData as JRotateEventData

object RotateEventData {
  def unapply(arg: JRotateEventData): Option[(String, Long)] =
    Some((arg.getBinlogFilename, arg.getBinlogPosition))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy