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

cicada.thrift.zookeeper.ServicePublisher Maven / Gradle / Ivy

There is a newer version: 1.0.6.6
Show newest version
package cicada.thrift.zookeeper;

import org.springframework.beans.factory.DisposableBean;

public interface ServicePublisher extends DisposableBean
{
	void Init(String respository, ConnectionFailProcessMode mode, String path, String data);

	void publish();

	void cancel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy