com.github.panhongan.util.zookeeper.SessionExceptionProcessable Maven / Gradle / Ivy
package com.github.panhongan.util.zookeeper;
public interface SessionExceptionProcessable {
public void process();
}
package com.github.panhongan.util.zookeeper;
public interface SessionExceptionProcessable {
public void process();
}