Uses of Interface
io.vertx.core.spi.cluster.RegistrationListener
Packages that use RegistrationListener
-
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 aRegistrationUpdateEventwithregistrationsUpdated(RegistrationUpdateEvent).