Package io.vertx.core.spi.cluster
Interface NodeListener
-
public interface NodeListener
A NodeListener is called when nodes join or leave the cluster- Author:
- Tim Fox
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nodeAdded(String nodeID)
A node has been addedvoid
nodeLeft(String nodeID)
A node has left
-