Uses of Interface
io.vertx.core.spi.cluster.NodeListener
-
Packages that use NodeListener Package Description io.vertx.core.spi.cluster -
-
Uses of NodeListener in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster with parameters of type NodeListener Modifier and Type Method Description voidClusterManager. nodeListener(NodeListener listener)Set a listener that will be called when a node joins or leaves the cluster.
-