Uses of Interface
io.vertx.core.spi.cluster.RegistrationListener
-
Packages that use RegistrationListener Package Description io.vertx.core.spi.cluster io.vertx.ext.cluster.infinispan io.vertx.spi.cluster.hazelcast io.vertx.spi.cluster.ignite io.vertx.spi.cluster.zookeeper -
-
Uses of RegistrationListener in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster with parameters of type RegistrationListener Modifier and Type Method Description void
ClusterManager. registrationListener(RegistrationListener registrationListener)
Implementations must signal the providedregistrationListener
when messaging handler registrations are added or removed by sending aRegistrationUpdateEvent
withregistrationsUpdated(RegistrationUpdateEvent)
. -
Uses of RegistrationListener in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan with parameters of type RegistrationListener Modifier and Type Method Description void
InfinispanClusterManager. registrationListener(RegistrationListener registrationListener)
-
Uses of RegistrationListener in io.vertx.spi.cluster.hazelcast
Methods in io.vertx.spi.cluster.hazelcast with parameters of type RegistrationListener Modifier and Type Method Description void
HazelcastClusterManager. registrationListener(RegistrationListener listener)
-
Uses of RegistrationListener in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite with parameters of type RegistrationListener Modifier and Type Method Description void
IgniteClusterManager. registrationListener(RegistrationListener registrationListener)
-
Uses of RegistrationListener in io.vertx.spi.cluster.zookeeper
Methods in io.vertx.spi.cluster.zookeeper with parameters of type RegistrationListener Modifier and Type Method Description void
ZookeeperClusterManager. registrationListener(RegistrationListener registrationListener)
-