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

io.github.xuyao5.dkl.eskits.schema.standard.StandardMySQLRow Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
package io.github.xuyao5.dkl.eskits.schema.standard;

import com.github.shyiko.mysql.binlog.event.Event;
import lombok.Data;

import java.io.Serializable;

/**
 * @author Thomas.XU(xuyao)
 * @version 24/02/21 22:46
 */
@Data(staticConstructor = "of")
public final class StandardMySQLRow implements Serializable {

    private int rowNo;
    private Event event;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy