Uses of Class
io.vertx.core.spi.cluster.RegistrationInfo
Packages that use RegistrationInfo
-
Uses of RegistrationInfo in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster that return types with arguments of type RegistrationInfoMethods in io.vertx.core.spi.cluster with parameters of type RegistrationInfoModifier and TypeMethodDescriptionvoidClusterManager.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 RegistrationInfoModifier and TypeMethodDescriptionvoidClusteredNode.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 RegistrationInfoModifierConstructorDescriptionRegistrationUpdateEvent(String address, List<RegistrationInfo> registrations)