net.sf.hajdbc.state.health.HaArbiter Maven / Gradle / Ivy
package net.sf.hajdbc.state.health;
public interface HaArbiter {
long getToken();
long updateToken(long token);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package net.sf.hajdbc.state.health;
public interface HaArbiter {
long getToken();
long updateToken(long token);
}