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

io.servicefabric.cluster.gossip.IGossipProtocolSpi Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package io.servicefabric.cluster.gossip;

import io.servicefabric.cluster.ClusterEndpoint;

import java.util.Collection;

/**
 * @author Anton Kharenko
 */
public interface IGossipProtocolSpi extends IGossipProtocol {

	/** Updates list of cluster members among which should be spread gossips. */
	void setClusterMembers(Collection endpoints);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy