Uses of Class
io.vertx.core.spi.cluster.RegistrationInfo
-
Packages that use RegistrationInfo Package Description io.vertx.core.spi.cluster -
-
Uses of RegistrationInfo in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster that return types with arguments of type RegistrationInfo Modifier and Type Method Description List<RegistrationInfo>RegistrationUpdateEvent. registrations()Methods in io.vertx.core.spi.cluster with parameters of type RegistrationInfo Modifier and Type Method Description voidClusterManager. addRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise)Share a new messaging handler registration with other nodes in the cluster.voidClusterManager. removeRegistration(String address, RegistrationInfo registrationInfo, Completable<Void> promise)Signal removal of a messaging handler registration to other nodes in the cluster.Method parameters in io.vertx.core.spi.cluster with type arguments of type RegistrationInfo Modifier and Type Method Description voidClusteredNode. getRegistrations(String address, Completable<List<RegistrationInfo>> promise)Get the messaging handler currently registered in the cluster.Constructor parameters in io.vertx.core.spi.cluster with type arguments of type RegistrationInfo Constructor Description RegistrationUpdateEvent(String address, List<RegistrationInfo> registrations)
-