Package io.vertx.core.spi.cluster
-
Interface Summary Interface Description ClusterManager A cluster provider for Vert.x must implement this interface.NodeListener A NodeListener is called when nodes join or leave the clusterRegistrationListener Registration listener used by the cluster manager to keep the clustered event bus updated with the registration changes. -
Class Summary Class Description NodeInfo Details about a clustered Vert.x node.RegistrationInfo Registration data stored by the cluster manager.RegistrationUpdateEvent Event fired by theClusterManager
when messaging handler registrations are added or removed.