Package io.vertx.core.spi.cluster


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