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

com.github.tomitakussaari.mysqlcluscon.ConnectionChecker Maven / Gradle / Ivy

The newest version!
package com.github.tomitakussaari.mysqlcluscon;

import java.sql.Connection;
import java.sql.SQLException;

@FunctionalInterface
public interface ConnectionChecker {
    boolean connectionOk(final Connection conn) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy