Uses of Interface
io.vertx.core.spi.cluster.RegistrationListener
-
Packages that use RegistrationListener Package Description io.vertx.core.spi.cluster -
-
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 voidClusterManager. registrationListener(RegistrationListener registrationListener)Implementations must signal the providedregistrationListenerwhen messaging handler registrations are added or removed by sending aRegistrationUpdateEventwithregistrationsUpdated(RegistrationUpdateEvent).
-