Uses of Interface
io.vertx.core.spi.cluster.RegistrationListener
Packages that use RegistrationListener
Package
Description
-
Uses of RegistrationListener in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster with parameters of type RegistrationListenerModifier and TypeMethodDescriptionvoidClusterManager.registrationListener(RegistrationListener registrationListener) Implementations must signal the providedregistrationListenerwhen messaging handler registrations are added or removed by sending aRegistrationUpdateEventwithRegistrationListener.registrationsUpdated(RegistrationUpdateEvent). -
Uses of RegistrationListener in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan with parameters of type RegistrationListenerModifier and TypeMethodDescriptionvoidInfinispanClusterManager.registrationListener(RegistrationListener registrationListener) -
Uses of RegistrationListener in io.vertx.spi.cluster.hazelcast
Methods in io.vertx.spi.cluster.hazelcast with parameters of type RegistrationListenerModifier and TypeMethodDescriptionvoidHazelcastClusterManager.registrationListener(RegistrationListener listener) -
Uses of RegistrationListener in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite with parameters of type RegistrationListenerModifier and TypeMethodDescriptionvoidIgniteClusterManager.registrationListener(RegistrationListener registrationListener) -
Uses of RegistrationListener in io.vertx.spi.cluster.zookeeper
Methods in io.vertx.spi.cluster.zookeeper with parameters of type RegistrationListenerModifier and TypeMethodDescriptionvoidZookeeperClusterManager.registrationListener(RegistrationListener registrationListener)